|
Save the file and quit Vim |
||
|
Paste storage buffer after current line |
||
|
“Insert mode” for inserting text. Keys behave as expected |
||
|
Move the cursor up one line |
||
|
Jump to the previous sentence |
||
|
Move to the beginning of the file |
||
|
Move the cursor one character to the left |
||
|
Quits Vim but fails when file has been changed |
||
|
Gets out of the current mode into the “command mode”. All keys are bound of commands |
||
|
Move the cursor to the beginning of the line |
||
|
“Last-line mode”. In this mode, Vim expects you to enter a command such as to save the document |
||
|
Copy current line into storage buffer |
||
|
Switch case |
||
|
Write file, if modified, and quit Vim |
||
|
Paste storage buffer before current line |
||
|
Replace characters instead of inserting them |
||
|
undo the last operation |
||
|
Jump to the next sentence |
||
|
Insert text before the cursor |
||
|
Save the file |
||
|
Quit Vim without saving the changes to the file |
||
|
Begin a new line below the cursor |
||
|
Begin a new line above the cursor |
||
|
Insert text after the cursor |
||
|
Insert text at the end of the line |
||
|
Jump to the previous paragraph |
||
|
Move forward one word (next alphanumeric word) |
||
|
Move forward one word (delimited by a white space) |
||
|
Move backward one word (previous alphanumeric word) |
||
|
Delete line |
||
|
Delete three lines |
||
|
Delete character at cursor |
||
|
Delete to the beginning of a line |
||
|
Delete to the end of a line |
||
D then ) |
Delete to the end of sentence |
||
|
Delete to the beginning of the file |
||
|
Delete to the end of the file |
||
|
Delete a word |
||
|
Change |
||
|
Yank |
||
|
Shift right |
||
|
Shift left |
||
|
Filter through an external command |
||
|
Same as :q! Quits Vim without writing changes |
||
|
Redo the last undo |
||
|
Move forward five words |
||
|
Move the cursor to the first non-empty character of the line |
||
|
Jump to the next paragraph |
||
|
Jump to the previous section |
||
|
Jump to the next section |
||
|
Move backward five words |
||
|
Jump to the end of the next section |
||
|
Move to the end of the file |
||
|
Move the cursor one character to the right |
||
|
Move backward one word (delimited by a white space) |
||
|
Move the cursor down one line |
||
|
Delete a word |
||
|
Move the cursor up one line |
||
|
Move the cursor to the end of the line |
||
Advertisement |
|||
|
Move the cursor down one line |
Advertisement
[ then ] |
Jump to the end of the previous section |
What is your favorite Vim hotkey? Do you have any useful tips for it? Let other users know below.
1108032
498772
411518
366987
307454
277921
15 hours ago
15 hours ago Updated!
2 days ago
3 days ago
3 days ago
4 days ago Updated!
Latest articles