This website requires JavaScript.
Explore
Help
Sign In
OrgLion-Writes
/
NotePublic
Watch
1
Star
0
Fork
You've already forked NotePublic
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
773a19e878
NotePublic
/
Software
/
Applications
/
Vim
/
Vim_常用命令.md
180 B
Raw
Blame
History
Vim 常用命令
1.跳转到文件首行
gg
2.删除光标所在行以及其下所有行的内容
dG
3.删除所有内容
ggdG