Change the line to disable BCE according to the kitty docs
This commit is contained in:
parent
f0f1855a35
commit
f2cbe535b3
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ let g:airline_theme='badwolf'
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
" Disable BCE (background color erase)
|
" Disable BCE (background color erase)
|
||||||
set t_ut=
|
let &t_ut=''
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue