mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
fix: add ghostty to terminals that support vi cursors
This commit is contained in:
committed by
Fabian Boehm
parent
91ffa8ab48
commit
28a5bac560
@@ -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 'rxvt*' -- $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 begin
|
||||
set -q TMUX
|
||||
|
||||
Reference in New Issue
Block a user