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
|
||||
endif
|
||||
|
||||
if has('mouse_sgr')
|
||||
set ttymouse=sgr
|
||||
end
|
||||
|
||||
if has('patch-7.3.541')
|
||||
set formatoptions+=j
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue