Skip to content

Instantly share code, notes, and snippets.

@FlintSable
Last active October 10, 2019 21:55
Show Gist options
  • Select an option

  • Save FlintSable/1f8a5db557d14e03c44c1be3353b509a to your computer and use it in GitHub Desktop.

Select an option

Save FlintSable/1f8a5db557d14e03c44c1be3353b509a to your computer and use it in GitHub Desktop.
line navigation
Ctrl-A: go to the beginning of line
Ctrl-E: go to the end of line
Alt-B: skip one word backward
Alt-F: skip one word forward
Ctrl-U: delete to the beginning of line
Ctrl-K: delete to the end of line
Alt-D: delete to the end of word
simple vim
Save and exit
esc : wq
Save no exit
: w
Quit and throw away chages
: q!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment