Disable BCE in vim
This commit is contained in:
parent
dfb505d41c
commit
aa237a623e
1 changed files with 2 additions and 5 deletions
|
@ -112,11 +112,8 @@ let g:airline_theme='badwolf'
|
||||||
|
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
if &term =~ '256color'
|
" Disable BCE (background color erase)
|
||||||
" Disable Background Color Erase (BCE) so that color schemes
|
set t_ut=
|
||||||
" work properly when Vim is used inside tmux and GNU screen.
|
|
||||||
set t_ut=
|
|
||||||
endif
|
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue