vim 编译器的基础设置

                vim 编译器的基础设置

vim ~/.vimrc

set hlsearch        "高亮度反白
set backspace=2
set autoindent
set ruler
set showmode
set nu
set bg=dark
syntax on              "进行语法检验,颜色显示

猜你喜欢

转载自blog.csdn.net/honey_babay/article/details/80364355