From 28a5bac560a2586cbf78bf919733889b53e250c0 Mon Sep 17 00:00:00 2001 From: Nadir Fejzic Date: Mon, 26 Aug 2024 19:23:58 +0200 Subject: [PATCH] fix: add ghostty to terminals that support vi cursors --- share/functions/fish_vi_cursor.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/functions/fish_vi_cursor.fish b/share/functions/fish_vi_cursor.fish index 2f9558c01..e8b426feb 100644 --- a/share/functions/fish_vi_cursor.fish +++ b/share/functions/fish_vi_cursor.fish @@ -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