From bbb9d9854710a816cea38bf88ab60b152b429f21 Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Fri, 11 Mar 2022 15:53:36 +0100 Subject: [PATCH] vimrc test: add some rules to disable mouse interactions --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrc b/vimrc index 2c38d2c..7ba9f65 100644 --- a/vimrc +++ b/vimrc @@ -43,6 +43,10 @@ else let &t_EI = "\]50;CursorShape=0\x7" endif +" TEST: disable all mouse interactions +set mouse= +set ttymouse= + " Specific configurations augroup configgroup