add termite.vim to work around hardcoding in vim
This commit is contained in:
parent
88f7d39b5e
commit
4944f231f7
1
Makefile
1
Makefile
|
@ -36,6 +36,7 @@ install: termite
|
|||
cp -f termite ${DESTDIR}${PREFIX}/bin
|
||||
chmod 755 ${DESTDIR}${PREFIX}/bin/termite
|
||||
tic termite.terminfo -o ${DESTDIR}${TERMINFO}
|
||||
install -Dm644 termite.vim ${DESTDIR}${PREFIX}/share/vim/vimfiles/plugin/termite.vim
|
||||
|
||||
uninstall:
|
||||
rm -f ${DESTDIR}${PREFIX}/bin/termite
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
if &term == "termite"
|
||||
set ttyfast ttymouse=xterm2
|
||||
end
|
Loading…
Reference in New Issue