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