Last active
January 21, 2017 21:46
-
-
Save askldjd/c4fa5e63992681970ea1c48ba16454f3 to your computer and use it in GitHub Desktop.
vim cheatsheet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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