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 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
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
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
Delete to the end of the line Normal mode Mac ShiftD Details
Change to the end of the line Normal mode Mac ShiftC Details
Join the line with the next one Normal mode Mac ShiftJ 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
Search forward Normal mode Mac / Details
Search backward Normal mode Mac ? 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
Go to an older jump position Normal mode Mac CtrlO Details
Go to a newer jump position Normal mode Mac CtrlI Details
Jump to the tag under the cursor Normal mode Mac Ctrl] Details