mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Enable mouse in insert mode
This commit is contained in:
parent
f3f073d6ef
commit
29eb7e6ff3
@ -61,7 +61,7 @@ set scrolloff=3
|
|||||||
|
|
||||||
" Use mouse to select and resize windows, etc.
|
" Use mouse to select and resize windows, etc.
|
||||||
if has('mouse')
|
if has('mouse')
|
||||||
set mouse=nv " Enable mouse in several mode
|
set mouse=niv " Enable mouse in several mode
|
||||||
set mousemodel=popup " Set the behaviour of mouse
|
set mousemodel=popup " Set the behaviour of mouse
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user