linux中配置vi开发环境
Posted 星火撩猿
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux中配置vi开发环境相关的知识,希望对你有一定的参考价值。
配置vi开发环境:sudo gedit /etc/vim/vimrc
#.vimrc
set nu
sy on
set ruler
set smartindent shiftwidth=4
set tabstop=4
set expandtab
set listchars=tab:>-,trail:~
set list
colorscheme desert
以上是关于linux中配置vi开发环境的主要内容,如果未能解决你的问题,请参考以下文章