Enable ttymouse=xterm2 for toaru terminals by default in vim
This commit is contained in:
parent
a3f9ab465b
commit
c360ca695a
@ -16,6 +16,10 @@ if has('multi_byte') " Make sure we have unicode support
|
||||
set encoding=utf-8 " Default encoding should always be UTF-8
|
||||
endif
|
||||
|
||||
if (&term == "toaru")
|
||||
set ttymouse=xterm2
|
||||
endif
|
||||
|
||||
if (&term =~ "screen")
|
||||
set ttymouse=xterm2
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user