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