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
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
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
Move forward a paragraph Normal mode Linux } Details
Move back a paragraph 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
Show the file name and position Normal mode Linux CtrlG Details
Insert text before the cursor Normal mode Linux I 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
Open a new line below Normal mode Linux O Details
Open a new line above Normal mode Linux ShiftO 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
Delete to the end of the line Normal mode Linux ShiftD Details