Vim
Moving, editing, searching, and window commands in the Vim text editor.
Published coverage: Linux, Mac. Environments: Desktop app.
25 actions and 50 key variants match.
- Vim Documented
| Action | Keys | Row actions |
|---|---|---|
| Move the cursor left Normal mode | Linux H 1 more variant | Details |
| Move the cursor down Normal mode | Linux J 1 more variant | Details |
| Move the cursor up Normal mode | Linux K 1 more variant | Details |
| Move the cursor right Normal mode | Linux L 1 more variant | Details |
| Show the file name and position Normal mode | Linux CtrlG 1 more variant | Details |
| Insert text before the cursor Normal mode | Linux I 1 more variant | Details |
| Leave insert mode Insert mode | Linux Esc 1 more variant | Details |
| Delete the character under the cursor Normal mode | Linux X 1 more variant | Details |
| Delete the whole line Normal mode | Linux DD 1 more variant | Details |
| Change the whole line Normal mode | Linux CC 1 more variant | Details |
| Yank the current line Normal mode | Linux YY 1 more variant | Details |
| Put text after the cursor Normal mode | Linux P 1 more variant | Details |
| Put text before the cursor Normal mode | Linux ShiftP 1 more variant | Details |
| Undo the last change Normal mode | Linux U 1 more variant | Details |
| Redo an undone change Normal mode | Linux CtrlR 1 more variant | Details |
| Undo every change on the line Normal mode | Linux ShiftU 1 more variant | Details |
| Repeat the last change Normal mode | Linux . 1 more variant | Details |
| Switch the case of the character Normal mode | Linux ~ 1 more variant | Details |
| Add to the number under the cursor Normal mode | Linux CtrlA 1 more variant | Details |
| Subtract from the number under the cursor Normal mode | Linux CtrlX 1 more variant | Details |
| Redraw the screen Normal mode | Linux CtrlL 1 more variant | Details |
| Edit the file named under the cursor Normal mode | Linux GF 1 more variant | Details |
| Delete the word before the cursor Insert mode | Linux CtrlW 1 more variant | Details |
| Delete what you typed on the line Insert mode | Linux CtrlU 1 more variant | Details |
| Run one normal command, then keep typing Insert mode | Linux CtrlO 1 more variant | Details |