We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
自己学vim使用的一些命令,大多数在文后的链接能找到
<C-r>
<path/to/file>
N<command>
*
f<char>
;
,
<C-p>
<C-n>
<C-d>
<c-u>
<C-v>
Learn Vim Progressively
简明 VIM 练级攻略
Learn Vimscript the Hard Way
Practical Vim: Edit Text at the Speed of Thought
Practical-Vim 整理
The text was updated successfully, but these errors were encountered:
No branches or pull requests
自己学vim使用的一些命令,大多数在文后的链接能找到
Survive
Feel comfortable
<C-r>
-> redo<path/to/file>
-> open fileFeel Better, Stronger, Faster
N<command>
-> Repeat the command N times.*
-> go to next/previous(#) occurrence of the word under the cursorVim Superpowers
f<char>
,;
,,
-> Find one char on the current line,;
go to the next same char, ',' go back to the last same char<C-p>
-> Go to the previous line<C-n>
-> GO to the next line<C-d>
-> Go down a half screen<c-u>
-> Go up a half screen<C-v>
-> Visual modeLearn Vim Progressively
简明 VIM 练级攻略
Learn Vimscript the Hard Way
Practical Vim: Edit Text at the Speed of Thought
Practical-Vim 整理
The text was updated successfully, but these errors were encountered: