Skip to content

Instantly share code, notes, and snippets.

@lanrion
Created April 11, 2014 01:17
Show Gist options
  • Save lanrion/10435761 to your computer and use it in GitHub Desktop.
Save lanrion/10435761 to your computer and use it in GitHub Desktop.
vim快捷键
1, 翻页:
ctrl+f, ctrl+b 向下翻页,向上翻页
ctrl+d, ctrl+u 向下半翻页,向上半翻页
2,移动:
$ 移动行尾
0 移动行首
w 移动下一个词
b 移动到上一个词
gg 跳到文档的开始处
G 跳到文档的末尾
http://linux.chinaunix.net/techdoc/desktop/2009/03/15/1101397.shtml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment