aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/zellij/config.kdl6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/zellij/config.kdl b/.config/zellij/config.kdl
index 86de409..15308c0 100644
--- a/.config/zellij/config.kdl
+++ b/.config/zellij/config.kdl
@@ -5,7 +5,7 @@ keybinds {
// bind "Alt c" { Copy; }
}
locked {
- bind "Ctrl g" { SwitchToMode "Normal"; }
+ bind "Ctrl g" "Ctrl q" { SwitchToMode "Normal"; }
}
resize {
bind "Ctrl n" { SwitchToMode "Normal"; }
@@ -135,8 +135,8 @@ keybinds {
bind "x" { CloseFocus; SwitchToMode "Normal"; }
}
shared_except "locked" {
- bind "Ctrl g" { SwitchToMode "Locked"; }
- bind "Ctrl q" { Quit; }
+ bind "Ctrl g" "Ctrl q" { SwitchToMode "Locked"; }
+ bind "Alt q" { Quit; }
bind "Alt n" { NewPane; }
bind "Alt h" "Alt Left" { MoveFocusOrTab "Left"; }
bind "Alt l" "Alt Right" { MoveFocusOrTab "Right"; }