Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/pages/vim/useful-commands/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ title: Useful Commands
1. Press escape to get you into "normal" mode
2. Type `:q`, press enter. If you receive an error try `:q!`

## Moving Around
After you return to command mode, you can move around by using these keys: h
(left), j (down), k (up), and l (right)

**OR**
- Type ZZ (save and quit)
- Close your terminal
Expand Down