From 12117cfe3d0cccf06260a50a447711207a70c753 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Mon, 8 Nov 2021 17:23:35 +0100 Subject: [PATCH] fish_vi_cursor: Support foot Fixes #8391 --- 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 1e7728ce0..2661d52f2 100644 --- a/share/functions/fish_vi_cursor.fish +++ b/share/functions/fish_vi_cursor.fish @@ -51,6 +51,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 'foot' -- $TERM return end