Skip to the main content

Vim

Moving, editing, searching, and window commands in the Vim text editor.

Published coverage: Linux, Mac. Environments: Desktop app.

25 actions and 25 key variants match.

Search all apps

Matching shortcuts
Action Keys Row actions
Move the cursor left Normal mode Mac H Details
Move the cursor down Normal mode Mac J Details
Move the cursor up Normal mode Mac K Details
Move the cursor right Normal mode Mac L Details
Show the file name and position Normal mode Mac CtrlG Details
Insert text before the cursor Normal mode Mac I Details
Leave insert mode Insert mode Mac Esc Details
Delete the character under the cursor Normal mode Mac X Details
Delete the whole line Normal mode Mac DD Details
Change the whole line Normal mode Mac CC Details
Yank the current line Normal mode Mac YY Details
Put text after the cursor Normal mode Mac P Details
Put text before the cursor Normal mode Mac ShiftP Details
Undo the last change Normal mode Mac U Details
Redo an undone change Normal mode Mac CtrlR Details
Undo every change on the line Normal mode Mac ShiftU Details
Repeat the last change Normal mode Mac . Details
Switch the case of the character Normal mode Mac ~ Details
Add to the number under the cursor Normal mode Mac CtrlA Details
Subtract from the number under the cursor Normal mode Mac CtrlX Details
Redraw the screen Normal mode Mac CtrlL Details
Edit the file named under the cursor Normal mode Mac GF Details
Delete the word before the cursor Insert mode Mac CtrlW Details
Delete what you typed on the line Insert mode Mac CtrlU Details
Run one normal command, then keep typing Insert mode Mac CtrlO Details