Vi/vim open mode, open the interface directly
How to turn vim off: Q: Direct close not saved
: q! Force close but not save: w Save changes: Wq Save and exit
In VIM mutation mode, move cursor KJHL: up or down
Inline jump 0 Beginning of line% end ^ relative beginning
Inline jump number plus g direct cursor to low n lines
: $ last line
Ctrl+f the food on the Web page.
X Verbatim delete x Delete single character on left
D: Delete all the contents of the cursor
DD: Delete cursor in the row
P: Paste right down
YY the copy cursor is in the row
From model aircraft to editing
Esc key, Enter,backspace
ESC key from input to output
Replace command
R: Replace cursor one character
Undo Edit Operation
U: Undo Previous Action
Crtl+r undo the most recent undo operation
Special Ink Orders
Ink Write set number display line numbers
The difference between the set IC opening character case
Set AI: Turn on auto Indent function
Set Hlsearch turn on highlighting
Synta off: Turn syntax coloring off
Vimtutor: equivalent to Assistant
This article from the "12481507" blog, reproduced please contact the author!
Full screen text compiler vim