Skip to content

Commit

Permalink
disable mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhao committed Dec 20, 2024
1 parent 7e70651 commit f95d4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viml_conf/options.vim
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ set wildmode=list:longest
set scrolloff=3

" Use mouse to select and resize windows, etc.
set mouse=nic " Enable mouse in several mode
set mouse=
set mousemodel=popup " Set the behaviour of mouse
set mousescroll=ver:1,hor:0

Expand Down

0 comments on commit f95d4c0

Please sign in to comment.