aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2019-11-14 20:36:20 +0800
committerGitHub <noreply@github.com>2019-11-14 20:36:20 +0800
commit29eb7e6ff3f4db21e99f607f4e6b745b564f7bc9 (patch)
tree93ab430e514fd1a6bb8c9af1a80e44a2957f0664
parentf3f073d6efbfc6973a0bfca2ea11ab7dfcef387e (diff)
Enable mouse in insert mode
-rw-r--r--options.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.vim b/options.vim
index f550aec..4661390 100644
--- a/options.vim
+++ b/options.vim
@@ -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