fix transience when command is entered during output (fixes #455)

This commit is contained in:
Ilan Cosman 2023-12-22 10:37:48 -08:00
parent 18d5fcfcfc
commit c7edb99ea2

View File

@ -161,5 +161,7 @@ if test "$tide_prompt_transient_enabled" = true
end
bind \r _tide_enter_transient
bind \n _tide_enter_transient
bind -M insert \r _tide_enter_transient
bind -M insert \n _tide_enter_transient
end