Fix tty mouse not working after column 222

This commit is contained in:
lhark 2017-10-19 01:08:38 -04:00
parent a84de5792d
commit 7f88c72e3b

6
vimrc
View file

@ -188,6 +188,12 @@ endif
"[Use the mouse in terminal]"
set mouse=a
set mousemodel=extend
"[Fix mouse past column 222]"
if has("mouse_sgr")
set ttymouse=sgr
else
set ttymouse=xterm2
end
"[Hide mouse while printing the text]"
set mousehide
"[Visualisation settings]"