Skip to content

Instantly share code, notes, and snippets.

@simonmorley
Last active August 29, 2015 14:00
Show Gist options
  • Save simonmorley/663c7307fdd1105101c2 to your computer and use it in GitHub Desktop.
Save simonmorley/663c7307fdd1105101c2 to your computer and use it in GitHub Desktop.
Vim Cheat Sheet
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