Skip to content

Instantly share code, notes, and snippets.

@askldjd
Last active January 21, 2017 21:46
Show Gist options
  • Save askldjd/c4fa5e63992681970ea1c48ba16454f3 to your computer and use it in GitHub Desktop.
Save askldjd/c4fa5e63992681970ea1c48ba16454f3 to your computer and use it in GitHub Desktop.
vim cheatsheet
Go to line
- Esc
- Line number
- shift-g
Auto complete
- Ctrl-n
Multi-line-edit
- Esc
- Ctrl-v
- Move cursors to highline vertically
- Shift-i
- Make changes
- Esc
Multi-line-edit on matches
- Esc
- /{search-string}
- cgn
- Make changes
- Esc
- . for next change
- n for skip next change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment