diff options
| author | jdhao <jdhao@hotmail.com> | 2019-11-27 14:15:59 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-27 14:15:59 +0800 |
| commit | 1af25bd448a4c642694ea8a449167a33612f314e (patch) | |
| tree | 7107a487098483c97f76b655de9cf9b14bd2130a | |
| parent | c6d748ff099f18b56d5ab93a554cba1663a47b1d (diff) | |
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.
| -rw-r--r-- | options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options.vim b/options.vim index 27d0b40..210cbe6 100644 --- a/options.vim +++ b/options.vim @@ -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 |
