Vim
System Programming
" One vision, one purpose. "
Copyright © Tony's Studio 2020 - 2022
Chapter Two - Vim
“Visual Studio is the best IDE in the universe.”
2.1 Mode of Vim
Vim 有三种模式,命令模式,编辑模式,和末行模式。
2.2 Usage
2.2.1 Quit Vim
Press ESC to enter command mode first.
1
2
3
4
5
6 :w - save current file
:q - quit (must be saved before)
:q! - force quit
:wq - save and quit.
:x - same as :wq
zz - same as :wq, really?
" Do or do not. There is no try. "
Copyright © Tony's Studio 2020 - 2022
- EOF -
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
Comments