vim
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vim相关的知识,希望对你有一定的参考价值。
/etc/vimrc ~/.cimrc
高亮 syntax on/off
行号 set nu/nonu
自动缩进 set autoindent set cindent(好像这两个都得有)
加入文件头 配置文件设置
shell高亮 echo -e "\e[1;35m hello world \e[1;10m" echo -e "\e[1;35m hello world " $(tput sgr0)
以上是关于vim的主要内容,如果未能解决你的问题,请参考以下文章