From f2cbe535b35610a23e198fbbc733586b91703ca5 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Thu, 30 Apr 2020 17:30:02 +0200 Subject: [PATCH] Change the line to disable BCE according to the kitty docs --- dotfiles/vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 8dd4c35..089ba0a 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -113,7 +113,7 @@ let g:airline_theme='badwolf' syntax on " Disable BCE (background color erase) -set t_ut= +let &t_ut='' " }}}