short names, better colors
This commit is contained in:
parent
6d00f0f1c6
commit
8e1f6dba3a
6 changed files with 112 additions and 6 deletions
14
.vimrc
14
.vimrc
|
|
@ -208,6 +208,20 @@ let g:airline_right_sep = ''
|
|||
let g:airline#extensions#syntastic#enabled = 1
|
||||
let g:airline#extensions#hunks#non_zero_only = 1
|
||||
let g:airline#extensions#whitespace#enabled = 0
|
||||
let g:airline_mode_map = {
|
||||
\ '__' : '-',
|
||||
\ 'n' : 'N',
|
||||
\ 'i' : 'I',
|
||||
\ 'R' : 'R',
|
||||
\ 'c' : 'C',
|
||||
\ 'v' : 'V',
|
||||
\ 'V' : 'V',
|
||||
\ '' : 'V',
|
||||
\ 's' : 'S',
|
||||
\ 'S' : 'S',
|
||||
\ '' : 'S',
|
||||
\ }
|
||||
|
||||
|
||||
" * CtrlP
|
||||
let g:ctrlp_map = ',t'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue