fix: Remove ctrl q from zellij keybinds

This commit is contained in:
2025-05-27 15:39:10 +10:00
parent 98f74130a3
commit c6b2087533
2 changed files with 1 additions and 2 deletions

View File

@@ -140,7 +140,6 @@ keybinds clear-defaults=true {
bind "Alt i" { MoveTab "left"; }
bind "Alt n" { NewPane; }
bind "Alt o" { MoveTab "right"; }
bind "Ctrl q" { Quit; }
}
shared_except "locked" "move" {
bind "Ctrl h" { SwitchToMode "move"; }