diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-06 05:45:29 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-06 05:45:29 +0100 |
commit | f32ceab1355c31be079841e45547bc42c3883f70 (patch) | |
tree | f2f1056266351040869c715b0f90d0349d07098a /vim | |
parent | 215c23aa1a5a5159ea44c9156fb10bf424e6f825 (diff) |
Enhances the minimal look in vim
Adds a cursor line and brings back visual selection, which had gone
missing recently.
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |