From 76b698a489fbedc31038449f445eae9f7d83e865 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Wed, 22 Dec 2021 09:27:54 -0500 Subject: [PATCH] Minor README format fix --- dot_vim/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_vim/README.md b/dot_vim/README.md index 46debde..87bb9ef 100644 --- a/dot_vim/README.md +++ b/dot_vim/README.md @@ -135,6 +135,7 @@ You run the snippet completion while in insert mode. A simple example: Type `#!` automatically inserts `#!/usr/bin/env python` A more in depth example: + 1. `class` 2. Start typing to provide name of class (already selected) 3. `` to move to the parent class (`class MyObject():`)