vim little things too

This commit is contained in:
Frank Villaro-Dixon 2014-01-09 23:20:05 +01:00
parent 757bdc0357
commit df2ec0ff48

View file

@ -11,7 +11,8 @@ hi SpellBad cterm=underline,bold ctermfg=lightblue
set spell
set spelllang=en,fr
set viminfo+=n~/Private/.viminfo
set directory=~/Private/.vim/swap
"set nocompatible "fuck you !. impossible de backspace, sinon
set backspace=indent,eol,start
@ -67,6 +68,8 @@ command W w
map <Tab> <C-w>w
map <S-Tab> <C-w>W
nnoremap n nzz
set list
set listchars=tab:\|\-"Cool for ifs/whiles
@ -101,7 +104,6 @@ hi ColorColumn ctermbg=lightblue guibg=lightgrey
" }}}
"MAKEFILES
map <F5> :make