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
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ I’ve compiled a list of essential Vim commands that I use every day. I have th
### Editing text
* `J` - Join line below to the current one
* `r [char]` - Replace a single character with the specified char (does not use Insert mode)
* `Ctrl+n` - Autocomplete comprising of keywords already typed in the file

### Visual mode
* `O` - Move to other corner of block
Expand Down