mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-29 06:01:16 -03:00
Disable VQUIT for shell modes
This allows binding ctrl+\ by default. Fixes #9234
This commit is contained in:
@@ -955,6 +955,7 @@ static void term_fix_modes(struct termios *modes) {
|
||||
|
||||
// We ignore these anyway, so there is no need to sacrifice a character.
|
||||
modes->c_cc[VSUSP] = disabling_char;
|
||||
modes->c_cc[VQUIT] = disabling_char;
|
||||
}
|
||||
|
||||
static void term_fix_external_modes(struct termios *modes) {
|
||||
|
||||
Reference in New Issue
Block a user