标签:this 显示行号 nbsp div 注释 c中 功能 显示 不显示
在vim中输入
:set nu!
若显示行号时,它的功能时取消行号;若不显示行号时,它的功能是显示行号。
在~/.vimrc中进行设置。
双引号是注释
” this is comments
加入一行:
: set number
即可。
标签:this 显示行号 nbsp div 注释 c中 功能 显示 不显示
原文地址:https://www.cnblogs.com/immortalBlog/p/10313602.html