-
-
Save bluesmilery/3b07ab7ce68652fbbea4e7d699f39442 to your computer and use it in GitHub Desktop.
vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 取消高亮 | |
: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