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():`)