Linux Vim常用配置

2018-06-21  本文已影响0人  一杉风雨

编辑 ~/.vimrc

set nu
set syntax=on
set showcmd
set autoread
set nobackup
set ruler
set cursorline
set magic
set noeb
set smartindent
set autoindent
set shiftwidth=4
set tabstop=4
set mouse=a
set hlsearch
filetype on
上一篇下一篇

猜你喜欢

热点阅读