Skip to content

Instantly share code, notes, and snippets.

@HugoWen
Last active June 13, 2018 08:15
Show Gist options
  • Save HugoWen/729943c3cf1890660a37ce2c5a6016c2 to your computer and use it in GitHub Desktop.
Save HugoWen/729943c3cf1890660a37ce2c5a6016c2 to your computer and use it in GitHub Desktop.
Vim Commands
G # 移到最后一行
yy # 复制一行
Y # 复制一行
p # 在当前行的下一行粘贴,并将光标移到被粘贴行的开头
P # 在当前行的上一行粘贴,并将光标移到被粘贴行的开头
0 # 光标移动到行首
$ # 光标移动到行尾
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment