- How to switch from command mode to insert mode i
- How to switch from insert mode to command mode Esc
- How to navigate up a line in command mode k
- How to navigate down a line in command mode j
- How to navigate left a character in command mode h
- How to navigate right a character l
- How to search for any string
/
(write) Enter - How to save a file
:w
Enter (write) - How to exit without saving (in command mode)
:q!
Enter - How to Undo u
- How to Redo Ctrl+r
- You can combine writing and quitting (in command mode):
:wq
Enter
Last active
August 29, 2015 14:22
-
-
Save urban/4ed72ecb78deae945ad5 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment