diff --git a/.vimrc b/.vimrc
index e79612d56eff3d73d5d2b0e930f7b7fd38b1b62a..8551cc5e94ab733b83afd0a35385e92ae5657c30 100644
--- a/.vimrc
+++ b/.vimrc
@@ -95,7 +95,7 @@ function! TogBG()
         set background=dark
     endif
 endfunction
-
+command TogBG  call TogBG()
 " }}}
 
 
@@ -156,6 +156,7 @@ if &t_Co > 2 || has("gui_running")
   syntax on
   set hlsearch
 endif
+" ---------------------------------------------}}}
 
 " Leader settings ------------------------{{{
 let mapleader = "\\"
@@ -460,4 +461,3 @@ let g:fugitive_gitlab_domains = ['https://git.qoto.org']
 " git config mergetool.prompt false
 " }}}
 
-