Also set vi-cursor in tmux in vte-terminals

Fixes #3429.
This commit is contained in:
Fabian Homborg 2016-10-07 11:45:47 +02:00
parent 7fd3079bb6
commit 91a311c156

View file

@ -18,7 +18,7 @@ function fish_vi_cursor -d 'Set cursor shape for different vi modes'
or set -q ITERM_PROFILE
set function __fish_cursor_konsole
set uses_echo 1
else if string match -q "xterm*" -- $TERM
else if string match -q "xterm*" -- $TERM; or test "$VTE_VERSION" -gt 1910
set function __fish_cursor_xterm
set uses_echo 1
else