diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 5b29823..8dd4c35 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -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= " }}}