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 | Mac } | Details |
| Move back a paragraph Normal mode | Mac { | Details |
| Open a new line below Normal mode | Mac O | Details |
| Open a new line above Normal mode | Mac ShiftO | Details |
| Indent the line Normal mode | Mac >> | Details |
| Unindent the line Normal mode | Mac << | Details |
| Reindent the line Normal mode | Mac == | Details |
| Add an indent while typing Insert mode | Mac CtrlT | Details |
| Remove an indent while typing Insert mode | Mac CtrlD | Details |