fix: add ghostty to terminals that support vi cursors

This commit is contained in:
Nadir Fejzic 2024-08-26 19:23:58 +02:00 committed by Fabian Boehm
parent 91ffa8ab48
commit 28a5bac560

View file

@ -48,6 +48,7 @@ function fish_vi_cursor -d 'Set cursor shape for different vi modes'
and not string match -q 'xterm-kitty*' -- $TERM and not string match -q 'xterm-kitty*' -- $TERM
and not string match -q 'rxvt*' -- $TERM and not string match -q 'rxvt*' -- $TERM
and not string match -q 'alacritty*' -- $TERM and not string match -q 'alacritty*' -- $TERM
and not string match -q 'xterm-ghostty*' -- $TERM
and not string match -q 'foot*' -- $TERM and not string match -q 'foot*' -- $TERM
and not begin and not begin
set -q TMUX set -q TMUX