You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario: I run history delete, optionally type something at the "Search term:" prompt, and then change my mind and want to abort. So I press ctrlc.
However, fish treats this like an empty string, and it prints the entire history instead of aborting the deletion. To actually abort the deletion, you have to press ctrlc twice.