Vim
Moving, editing, searching, and window commands in the Vim text editor.
Published coverage: Linux, Mac. Environments: Desktop app.
9 actions and 9 key variants match.
- Vim Documented
| Action | Keys | Row actions |
|---|---|---|
| Move forward a paragraph Normal mode | Linux } | Details |
| Move back a paragraph Normal mode | Linux { | Details |
| Open a new line below Normal mode | Linux O | Details |
| Open a new line above Normal mode | Linux ShiftO | Details |
| Indent the line Normal mode | Linux >> | Details |
| Unindent the line Normal mode | Linux << | Details |
| Reindent the line Normal mode | Linux == | Details |
| Add an indent while typing Insert mode | Linux CtrlT | Details |
| Remove an indent while typing Insert mode | Linux CtrlD | Details |