Change the line to disable BCE according to the kitty docs

This commit is contained in:
flyingscorpio@arch-desktop 2020-04-30 17:30:02 +02:00
parent f0f1855a35
commit f2cbe535b3

View file

@ -113,7 +113,7 @@ let g:airline_theme='badwolf'
syntax on
" Disable BCE (background color erase)
set t_ut=
let &t_ut=''
" }}}