Skip to content

Instantly share code, notes, and snippets.

@rickdaalhuizen90
Created November 6, 2017 13:40
Show Gist options
  • Save rickdaalhuizen90/a8184ec25a085611955b39661a5bd88b to your computer and use it in GitHub Desktop.
Save rickdaalhuizen90/a8184ec25a085611955b39661a5bd88b to your computer and use it in GitHub Desktop.
Sublime Text Vintage mode cheatsheet

Vintage mode

Command Action
:w save file
j move cursor up one line
k move cursor down one line
h move cursor one position right
l move cursor one position left
e move cursor to the end of word
0 move cursor to beginning of line
^ move cursor to frst non-whitespace character on the line
$ move cursor to end of line
⇧h move cursor to the first line of screen
⇧m move cursor to the middle of the screen
⇧l move cursor to the bottom of the screen
i insert before cursor
⇧i insert at the beginning of current line
a append after cursor
⇧a append to the end of the current line
o insert on a new line below
⇧O insert on a new line above
r overwrite current and return to command mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment