diff options
| author | jdhao <jdhao@hotmail.com> | 2019-11-14 20:36:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-14 20:36:20 +0800 |
| commit | 29eb7e6ff3f4db21e99f607f4e6b745b564f7bc9 (patch) | |
| tree | 93ab430e514fd1a6bb8c9af1a80e44a2957f0664 /options.vim | |
| parent | f3f073d6efbfc6973a0bfca2ea11ab7dfcef387e (diff) | |
Enable mouse in insert mode
Diffstat (limited to 'options.vim')
| -rw-r--r-- | options.vim | 2 |
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 |
