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