Skip to content

Commit

Permalink
disable horizontal scroll by mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhao committed Aug 29, 2023
1 parent fc1c447 commit 4dc2d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/options.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dc2d95

Please sign in to comment.