diff options
| author | jdhao <jdhao@hotmail.com> | 2022-10-05 22:35:32 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-10-05 22:39:13 +0800 |
| commit | 3b390670973c647bbdd45a09e9fd13d5cad8d45d (patch) | |
| tree | 2ab785c0dfdbf2041fa1c85758954c9adc243ca4 /core | |
| parent | e6b3be077770109bb16450e49a3d3aac7f5507ea (diff) | |
update mousescroll
Diffstat (limited to 'core')
| -rw-r--r-- | core/options.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/options.vim b/core/options.vim index 9b18c6e..13a0133 100644 --- a/core/options.vim +++ b/core/options.vim @@ -75,6 +75,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 " Disable showing current mode on command line since statusline plugins can show it. set noshowmode |
