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
|
||||
|
||||
if &term =~ '256color'
|
||||
" Disable Background Color Erase (BCE) so that color schemes
|
||||
" work properly when Vim is used inside tmux and GNU screen.
|
||||
set t_ut=
|
||||
endif
|
||||
" Disable BCE (background color erase)
|
||||
set t_ut=
|
||||
|
||||
" }}}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue