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
Okay, found it: It's typically bound in the terminal to sending the QUIT signal. It appears vim disables this, we can as well.
(one slight hiccup here is that \c\ is an awkward escape to give to a bind command, so I'm gonna make it so fish_key_reader gives it to you in hex form - \x1c).
i tried to bind Ctrl + backslash but it doesn't work
bind \c\\ "do somethings"
also using fish_key_read with ctrl + backslash show nothing.
The text was updated successfully, but these errors were encountered: