Disable mouse support

This commit is contained in:
Rodolphe Bréard 2022-10-14 18:46:08 +02:00
parent a57191e723
commit bf4aff4f19

1
.vimrc
View file

@ -38,6 +38,7 @@ set cursorline " Highlight current line
set wildmenu " Visual autocomplete for command menu set wildmenu " Visual autocomplete for command menu
set lazyredraw " Redraw only when we need to. set lazyredraw " Redraw only when we need to.
set showmatch " Highlight matching [{()}] set showmatch " Highlight matching [{()}]
set mouse= " Disable mouse support
set incsearch " Search as characters are entered. set incsearch " Search as characters are entered.