Skip to the main content

Vim

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

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

33 actions and 33 key variants match.

Search all apps

Matching shortcuts
Action Keys Row actions
Jump forward a word Normal mode Linux W Details
Jump back a word Normal mode Linux B Details
Jump to the end of the word Normal mode Linux E Details
Go to the first character of the line Normal mode Linux 0 Details
Go to the first non-blank character Normal mode Linux ^ Details
Go to the end of the line Normal mode Linux $ Details
Go to the first line Normal mode Linux GG Details
Go to the last line Normal mode Linux ShiftG Details
Jump to the matching bracket Normal mode Linux % Details
Scroll down half a screen Normal mode Linux CtrlD Details
Scroll up half a screen Normal mode Linux CtrlU Details
Scroll forward a full screen Normal mode Linux CtrlF Details
Scroll back a full screen Normal mode Linux CtrlB Details
Append text after the cursor Normal mode Linux A Details
Append text at the end of the line Normal mode Linux ShiftA Details
Insert text at the start of the line Normal mode Linux ShiftI Details
Delete to the end of the line Normal mode Linux ShiftD Details
Change to the end of the line Normal mode Linux ShiftC Details
Join the line with the next one Normal mode Linux ShiftJ 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
Search forward Normal mode Linux / Details
Search backward Normal mode Linux ? 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
Go to an older jump position Normal mode Linux CtrlO Details
Go to a newer jump position Normal mode Linux CtrlI Details
Jump to the tag under the cursor Normal mode Linux Ctrl] Details