Skip to content

Instantly share code, notes, and snippets.

@peterdemartini
Created November 19, 2014 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterdemartini/cbf96a5d647fb47cb215 to your computer and use it in GitHub Desktop.
Save peterdemartini/cbf96a5d647fb47cb215 to your computer and use it in GitHub Desktop.
Sublime Vintage Mode Cheatsheet ( Not finished )

Sublime Vintage Mode Cheatsheet

Movements

Key(s) Command(s)
h, j, k, l left, up, down, right
0, ^, $ beginning, first character, end of line
f, F go to next occurrence of character on current line
gg, G, : go to first line, last line, line number
ctrl+f, ctrl+b page up, page down
w, W go to next word, to next space
e, E move to end of word, next space
b, B jump words, next space backwards
shift+[, shift+] jump up, down blocks
H, M, L move cursor, high, mid, low of view
gt, gr go to next, tab

Search & Replace

Key(s) Command(s)
                  |

Folding

Key(s) Command(s)
                  |

Editing

Key(s) Command(s)
                  |

Macros

Key(s) Command(s)
                  |

Insert Mode

Key(s) Command(s)
                  |

Visual Mode

Key(s) Command(s)
                  |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment