From 3aec573d40701a1ab7b540c9092a465b5825afbe Mon Sep 17 00:00:00 2001 From: pagedown Date: Tue, 25 Jan 2022 13:58:11 +0800 Subject: [PATCH] Use blinking block for commands consistent with zsh and bash integration --- .../fish/vendor_conf.d/kitty-shell-integration.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish b/shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish index ab0ecfc91..86b5fe364 100644 --- a/shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish +++ b/shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish @@ -27,8 +27,8 @@ function __ksi_schedule --on-event fish_prompt -d "Setup kitty integration after if not contains "no-cursor" $_ksi and not functions -q __ksi_set_cursor - function __ksi_block_cursor --on-event fish_preexec -d "Set cursor shape to steady block before executing command" - printf "\e[2 q" + function __ksi_block_cursor --on-event fish_preexec -d "Set cursor shape to blinking block before executing command" + printf "\e[1 q" end function __ksi_set_cursor --on-variable fish_key_bindings -d "Set the cursor shape for different modes when switching key bindings"