vim 的基本配置
打开vimrc文件。
ubuntu1204 中的 vimrc文件 在/etc/vim/ 目录下,此目录下的vimrc 是全局的vim设置,如果只需要改其中一个用户的vim配置,就打开该用户根目录(即~/ 目录)下的.vimrc文件,没有此文件创建一个也可以。
更加个人需要加入一下内容:
"syntax high light" syntax on "show the line number" set nu "let the tabstop equal 4" set tabstop=4 "set the autoindent on" set autoindent "set the match time is one tenth second" set matchtime=1 "high light the search" set hlsearch "set the c language indent format " set cindent "set the indent width" set shiftwidth=4 "set show status on" set ruler "set show mode on" set showmode
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。