Skip to the content.
cs-notes
brief computer science notes
View on GitHub
Home
/
cs-notes
/
Operating System
/
Linux
/
Vim
/
Key Map
光标移动
key
op
gg
跳转到文件头
Shift+g
跳转到文件末尾
行数+gg
跳转到指定行,例跳转到123行: 123gg