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 Mac H Details
Move the cursor down Normal mode Mac J Details
Move the cursor up Normal mode Mac K Details
Move the cursor right Normal mode Mac L Details
Jump forward a word Normal mode Mac W Details
Jump back a word Normal mode Mac B Details
Jump to the end of the word Normal mode Mac E Details
Go to the first character of the line Normal mode Mac 0 Details
Go to the first non-blank character Normal mode Mac ^ Details
Go to the end of the line Normal mode Mac $ Details
Go to the first line Normal mode Mac GG Details
Go to the last line Normal mode Mac ShiftG Details
Jump to the matching bracket Normal mode Mac % Details
Move forward a paragraph Normal mode Mac } Details
Move back a paragraph Normal mode Mac { Details
Scroll down half a screen Normal mode Mac CtrlD Details
Scroll up half a screen Normal mode Mac CtrlU Details
Scroll forward a full screen Normal mode Mac CtrlF Details
Scroll back a full screen Normal mode Mac CtrlB Details
Show the file name and position Normal mode Mac CtrlG Details
Insert text before the cursor Normal mode Mac I Details
Append text after the cursor Normal mode Mac A Details
Append text at the end of the line Normal mode Mac ShiftA Details
Insert text at the start of the line Normal mode Mac ShiftI Details
Open a new line below Normal mode Mac O Details
Open a new line above Normal mode Mac ShiftO Details
Leave insert mode Insert mode Mac Esc Details
Delete the character under the cursor Normal mode Mac X Details
Delete the whole line Normal mode Mac DD Details
Delete to the end of the line Normal mode Mac ShiftD Details