Skip to content

Instantly share code, notes, and snippets.

@bluesmilery
Last active September 26, 2018 08:21
Show Gist options
  • Save bluesmilery/3b07ab7ce68652fbbea4e7d699f39442 to your computer and use it in GitHub Desktop.
Save bluesmilery/3b07ab7ce68652fbbea4e7d699f39442 to your computer and use it in GitHub Desktop.
vim
# 取消高亮
:noh
# 显示行号
:set nu
# 复制模式
:set paste
# 显示分隔符等特殊符号
:set list
:set nolist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment