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