Skip to content

Commit

Permalink
fix transience when command is entered during output (fixes #455)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed Dec 22, 2023
1 parent 18d5fcf commit c7edb99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functions/fish_prompt.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c7edb99

Please sign in to comment.