Enable ttymouse=xterm2 for toaru terminals by default in vim

This commit is contained in:
Kevin Lange 2015-04-26 17:21:32 -07:00
parent a3f9ab465b
commit c360ca695a

View File

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