Skip to the main content

Vim

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

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

81 actions and 81 key variants match.

Search all apps

Matching shortcuts
Action Keys Row actions
Change the whole line Normal mode Mac CC Details
Change to the end of the line Normal mode Mac ShiftC Details
Enter replace mode Normal mode Mac ShiftR 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
Join the line with the next one Normal mode Mac ShiftJ Details
Indent the line Normal mode Mac >> Details
Unindent the line Normal mode Mac << Details
Reindent the line Normal mode Mac == Details
Switch the case of the character Normal mode Mac ~ Details
Start character visual mode Normal mode Mac V Details
Start line visual mode Normal mode Mac ShiftV Details
Start block visual mode Normal mode Mac CtrlV Details
Reselect the last visual area Normal mode Mac GV Details
Search forward Normal mode Mac / Details
Search backward Normal mode Mac ? Details
Repeat the search in the same direction Normal mode Mac N Details
Repeat the search in the other direction Normal mode Mac ShiftN Details
Search forward for the word under the cursor Normal mode Mac * Details
Search backward for the word under the cursor Normal mode Mac # Details
Start typing an Ex command Normal mode Mac : Details
Write changes and close the window Normal mode Mac ShiftZShiftZ Details
Close the window without writing Normal mode Mac ShiftZShiftQ Details
Go to an older jump position Normal mode Mac CtrlO Details
Go to a newer jump position Normal mode Mac CtrlI Details