diff --git a/share/functions/fish_vi_cursor.fish b/share/functions/fish_vi_cursor.fish index 98de8c38d..f688f0f9b 100644 --- a/share/functions/fish_vi_cursor.fish +++ b/share/functions/fish_vi_cursor.fish @@ -44,6 +44,7 @@ function fish_vi_cursor -d 'Set cursor shape for different vi modes' and not test -n "$KONSOLE_VERSION" -a "$KONSOLE_VERSION" -ge "200400" # konsole, but new. and not set -q ITERM_PROFILE and not set -q VTE_VERSION # which version is already checked above + and not set -q WT_PROFILE_ID and not set -q XTERM_VERSION and not string match -rq '^st(-.*)$' -- $TERM and not string match -q 'xterm-kitty*' -- $TERM