Disable BCE in vim

This commit is contained in:
flyingscorpio@arch-desktop 2020-04-30 11:22:24 +02:00
parent dfb505d41c
commit aa237a623e

View file

@ -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=
" }}}