Currently, sprite console uses Ctrl-\ to detach from a session. Is there a way to remap or disable this shortcut?
Hello Kamanlnrf! Thanks for raising that question–
Ctrl+\ is indeed our escape sequence to detach from a session, however, there’s currently no option from the Sprites side to remap or disable it.
One workaround you might consider is to intercept it at the terminal emulator level so it never reaches us. For example, for a Ghostty terminal, you can update the config to ignore it: keybind = ctrl+backslash=ignore .
Outside of that, we don’t support remapping that shortcut right now. Sorry!