Unable to unbind ctrl+s keybind #3640
-
Have this in my
The first |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If I recall correctly, people were successful with specifying all the unbind keys in one line, like:
See: #1528 Zellij works in 'modes', with "Ctrl q" and "Ctrl s" defined in the normal mode. So a possible approach would be to unbind the keys within that mode:
If this works, this might be a bug, as there was a case like this in the past. Another completely different approach would be to dump the default and modifying it, adding |
Beta Was this translation helpful? Give feedback.
If I recall correctly, people were successful with specifying all the unbind keys in one line, like:
See: #1528
Zellij works in 'modes', with "Ctrl q" and "Ctrl s" defined in the normal mode. So a possible approach would be to unbind the keys within that mode:
If this works, this might be a bug, as there was a case like this in the past.
See: #2159
Another completely different approach would be to dump the default and modifying it, adding
clear-defaults=true
and then modifying the setting with a 'blank slate' - no unbinding necessary.See: #1999