Last active
August 29, 2015 14:00
-
-
Save simonmorley/663c7307fdd1105101c2 to your computer and use it in GitHub Desktop.
Vim Cheat Sheet
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
Navigation | |
Ctrl-D "Move half-page down | |
Ctrl-U "Move half-page up | |
Ctrl-B "Page up | |
Ctrl-F "Page down | |
**Nerd Tree** | |
Ctrl-f "Page down | |
Ctrl-b "Page down | |
/ Search | |
**Tabs and Splits** | |
Ctrl-w T go to tabbed | |
:tabn Next tab | |
:tabp Previous tab | |
Ctrl-t "Jump to next" | |
***Search*** | |
:%s/FIND/REPLACE/g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment