From 2ee7933c82a99312be8ef1ada0964736de6e089f Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Mon, 5 Feb 2024 09:57:10 +0100 Subject: [PATCH] vimrc: Switched key for background toggle, repaired bg check --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 78e4353..4a3ccd4 100644 --- a/.vimrc +++ b/.vimrc @@ -52,12 +52,12 @@ augroup XML autocmd FileType xml :%foldopen! augroup END -if "$VIM_COLORSCHEME" == "light" +if $VIM_COLORSCHEME == "light" set background=light endif set termguicolors colorscheme solarized -call togglebg#map("b") +call togglebg#map("t") let load_doxygen_syntax = 1 let g:airline_powerline_fonts = 1 if !exists('g:airline_symbols')