summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-05-06 05:45:29 +0100
committerMatthew Lemon <y@yulqen.org>2023-05-06 05:45:29 +0100
commitf32ceab1355c31be079841e45547bc42c3883f70 (patch)
treef2f1056266351040869c715b0f90d0349d07098a
parent215c23aa1a5a5159ea44c9156fb10bf424e6f825 (diff)
Enhances the minimal look in vim
Adds a cursor line and brings back visual selection, which had gone missing recently.
-rw-r--r--vim/vimrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index fcef34d..95c620a 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -478,5 +478,8 @@ augroup END
syntax off
set nohlsearch
set background=dark
+set cursorline
+set cursorcolumn
+set visualbell
highlight clear
-" highlight Normal ctermfg=white ctermbg=black
+highlight Visual term=reverse cterm=reverse gui=reverse