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