Restore nvim mouse mode to nvi
dblume

dblume commited on 2025-01-07 15:28:19
Showing 1 changed files, with 1 additions and 1 deletions.


"nvi" was the default mode anyway. See if I can live with it.
Benefit is mouse wheel scrolling. Downside is the cursor always
jumping around when you click/drag on the window.
... ...
@@ -97,7 +97,7 @@ au InsertEnter * hi statusline guibg=Cyan ctermfg=25 guifg=Black ctermbg=248
97 97
 au InsertLeave * hi statusline term=bold,reverse cterm=bold,reverse ctermfg=23 ctermbg=250 guifg=black guibg=#c2bfa5
98 98
 
99 99
 " See https://neovim.io/doc/user/vim_diff.html#_default-mouse
100
-set mouse=  " neovim defaults to nvi
100
+" set mouse=  " neovim defaults to nvi
101 101
 
102 102
 " Make c-] show a list of tags, or jump straight if only single tag
103 103
 " Note cscope_maps plugin might map c-].
104 104