aboutsummaryrefslogtreecommitdiff
path: root/core/options.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2023-08-29 23:43:02 +0200
committerjdhao <jdhao@hotmail.com>2023-08-29 23:44:07 +0200
commit4dc2d9575bb35f5a3951d1289c02d1826ad72eb2 (patch)
treee4a1fab200f0f38b667b30012d6fcdce6b7381f8 /core/options.vim
parentfc1c447319d2eca318c751d641f9ce8ce6a92005 (diff)
disable horizontal scroll by mouse
Diffstat (limited to 'core/options.vim')
-rw-r--r--core/options.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/options.vim b/core/options.vim
index 635888a..5326636 100644
--- a/core/options.vim
+++ b/core/options.vim
@@ -71,7 +71,7 @@ set scrolloff=3
" Use mouse to select and resize windows, etc.
set mouse=nic " Enable mouse in several mode
set mousemodel=popup " Set the behaviour of mouse
-set mousescroll=ver:1,hor:6
+set mousescroll=ver:1,hor:0
" Disable showing current mode on command line since statusline plugins can show it.
set noshowmode