Enable SGR mouse mode
This commit is contained in:
parent
3b281f3a2c
commit
3bbe6dfbae
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
@ -170,6 +170,10 @@ if has('gui_running')
|
||||||
set lines=43
|
set lines=43
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if has('mouse_sgr')
|
||||||
|
set ttymouse=sgr
|
||||||
|
end
|
||||||
|
|
||||||
if has('patch-7.3.541')
|
if has('patch-7.3.541')
|
||||||
set formatoptions+=j
|
set formatoptions+=j
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue