From bf4aff4f19ffac4a959eb4690ebb3507f9201d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Fri, 14 Oct 2022 18:46:08 +0200 Subject: [PATCH] Disable mouse support --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index a5d7f48..fa4360a 100644 --- a/.vimrc +++ b/.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.