-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
bugSomething that's not working as intendedSomething that's not working as intended
Milestone
Description
Environment
version: fish, version 3.2.1
uname: Linux xibalba 5.11.16-arch1-1 #1 SMP PREEMPT Wed, 21 Apr 2021 17:22:13 +0000 x86_64 GNU/Linux
term: alacritty
The behavior I'm reporting still occurs under sh -c 'env HOME=$(mktemp -d) fish'.
Problem & Reproduction
The following keybinding correctly exits the shell when typing ctrl+t:
bind \ct exit
However, the following keybinding does not exit the shell when typing ctrl+t:
function myexit
exit
end
bind \ct myexit
Why is this the case?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething that's not working as intendedSomething that's not working as intended