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
7 changes: 2 additions & 5 deletions src/pages/vim/useful-commands/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ title: Useful Commands
## Exiting Vi, Vim, Nvim, Gvim
1. Press escape to get you into "normal" mode
2. Type `:q`, press enter. If you receive an error try `:q!`

**OR**
- Type ZZ (save and quit)
- Close your terminal
- Shut down your computer
## Deleting Characters
To delete a character, move the cursor over it and type x.

## Bare minimum functionality
Most likely you'll find yourself in "normal" mode, it allows you to enter commands by pressing the colon `:` key.
Expand Down