Enable SGR mouse mode

This commit is contained in:
Anthony Rose 2023-02-06 14:20:33 +00:00
parent 3b281f3a2c
commit 3bbe6dfbae

4
vimrc
View file

@ -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