Disable mouse support
This commit is contained in:
parent
a57191e723
commit
bf4aff4f19
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
@ -38,6 +38,7 @@ set cursorline " Highlight current line
|
|||
set wildmenu " Visual autocomplete for command menu
|
||||
set lazyredraw " Redraw only when we need to.
|
||||
set showmatch " Highlight matching [{()}]
|
||||
set mouse= " Disable mouse support
|
||||
|
||||
|
||||
set incsearch " Search as characters are entered.
|
||||
|
|
Loading…
Reference in a new issue