vimrc Fedora

 1 set number
  2 set autoindent
  3 set smartindent
  4 syn on
  5 
  6 set tabstop=4
  7 set backspace=2
  8 set ai!
  9 set showmatch
 10 set ruler
 11 set incsearch
 12 set foldenable
 13 set foldmethod=manual
 14 nnoremap <space> @=((foldclosed(line('.')) < 0) ? 'zc' : 'zo')<CR>
 15 
 16  colo darkblue
 17 set nowrap
 18 set softtabstop=4
 19 set shiftwidth=4
 20 set cindent
 21 set novisualbell
 22 set showmatch
 23 set noerrorbells
 24 set mouse=a
 25 set selection=exclusive
 26 set selectmode=mouse,key
 27 set whichwrap+=<,>,h,l
 28 set ruler
 29 set rulerformat=%20(%2*%<%f%=\ %m%r\ %3l\ %c\ %p%%%)
 30 highlight StatusLine guifg=SlateBlue guibg=Yellow
 31 highlight StatusLineNC guifg=Gray guibg=White
 32 :highlight OverLength ctermbg=red ctermfg=white guibg=red guifg=white
 33 :match OverLength '\%101v.*'
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值