Browse Source

Minor README format fix

pull/2/head
Ryan Reed 3 years ago
parent
commit
76b698a489
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      dot_vim/README.md

+ 1
- 0
dot_vim/README.md View File

@ -135,6 +135,7 @@ You run the snippet completion while in insert mode.
A simple example: Type `#!<tab>` automatically inserts `#!/usr/bin/env python`
A more in depth example:
1. `class<tab>`
2. Start typing to provide name of class (already selected)
3. `<ctrl-j>` to move to the parent class (`class MyObject(<parent-object>):`)


Loading…
Cancel
Save