From 113095aa47ff273bf045531c25243ccfab2ccbeb Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Sun, 20 Dec 2020 17:33:08 +0100 Subject: [PATCH] Remove BCE clearing --- dotfiles/vim/vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 79d7221..1dc9189 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -117,7 +117,6 @@ set background=dark colorscheme badwolf let g:airline_theme='badwolf' syntax on -let &t_ut='' " Disable BCE (background color erase) " }}} " SPACES & TABS {{{ set expandtab " expand tabs to spaces