vimrc: set ToggleBG to \b
This commit is contained in:
parent
5565db2a66
commit
9978badbad
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.vimrc
|
@ -51,7 +51,7 @@ augroup XML
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
call togglebg#map("<F5>")
|
call togglebg#map("<Leader>b")
|
||||||
let load_doxygen_syntax = 1
|
let load_doxygen_syntax = 1
|
||||||
let g:airline_powerline_fonts = 1
|
let g:airline_powerline_fonts = 1
|
||||||
if !exists('g:airline_symbols')
|
if !exists('g:airline_symbols')
|
||||||
|
|
Loading…
Reference in a new issue