vim: add settings ttimeoutlen and colorcolumn

master
Guillaume DOTT 2013-07-11 16:46:58 +02:00
parent 30b3db7def
commit d223c8a361
1 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,7 @@ set scrolloff=4
set sidescrolloff=4
set noincsearch
set noshowmatch
set colorcolumn=80
set listchars=nbsp,tab:>-,extends:>,precedes:<
set list
@ -95,6 +96,8 @@ set pastetoggle=<F2>
set history=100
set undolevels=150
set ttimeoutlen=100
set undofile
if !filewritable(expand("~/.vim/tmp/undo"))