mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Update mouse option
Click mouse in normal mode will easily select words and enter visual mode, which is annoying. So disable mouse in visual mode.
This commit is contained in:
parent
c6d748ff09
commit
1af25bd448
@ -69,7 +69,7 @@ set colorcolumn=80
|
||||
set scrolloff=3
|
||||
|
||||
" Use mouse to select and resize windows, etc.
|
||||
set mouse=nv " Enable mouse in several mode
|
||||
set mouse=nic " Enable mouse in several mode
|
||||
set mousemodel=popup " Set the behaviour of mouse
|
||||
|
||||
" Do not show mode on command line since vim-airline can show it
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user