nicer vimbox

This commit is contained in:
q
2015-11-26 20:32:38 +02:00
parent 4c24e14447
commit 82b71b864a

View File

@@ -5,6 +5,7 @@ function! Box_clear ()
map! <C-b> [ ] map! <C-b> [ ]
set laststatus=2 set laststatus=2
set statusline=%f\ %=\ \[ChkB[x]\ spc,b]\ (%v,%l) set statusline=%f\ %=\ \[ChkB[x]\ spc,b]\ (%v,%l)
hi StatusLine ctermfg=cyan ctermbg=black
endfunction endfunction
call Box_clear() call Box_clear()