From 3bbe6dfbae757e3284fcf055ae6ffcb4c49403b5 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 6 Feb 2023 14:20:33 +0000 Subject: [PATCH] Enable SGR mouse mode --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrc b/vimrc index 927f5eb..fa4487d 100644 --- a/vimrc +++ b/vimrc @@ -170,6 +170,10 @@ if has('gui_running') set lines=43 endif +if has('mouse_sgr') + set ttymouse=sgr +end + if has('patch-7.3.541') set formatoptions+=j endif