1
0
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:
jdhao
2019-11-14 20:36:20 +08:00
committed by GitHub
parent f3f073d6ef
commit 29eb7e6ff3

View File

@@ -61,7 +61,7 @@ set scrolloff=3
" Use mouse to select and resize windows, etc.
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
endif