From fde3483278194b52277df2ff5c48c66de169a269 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" Date: Thu, 19 Feb 2026 22:34:32 +0000 Subject: [PATCH] change zellij keybinding --- zellij/files/config.kdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zellij/files/config.kdl b/zellij/files/config.kdl index 41e5d36..b8dedcb 100644 --- a/zellij/files/config.kdl +++ b/zellij/files/config.kdl @@ -1,6 +1,6 @@ keybinds clear-defaults=true { locked { - bind "Ctrl g" { SwitchToMode "normal"; } + bind "Ctrl l" { SwitchToMode "normal"; } } pane { bind "left" { MoveFocus "left"; } @@ -144,7 +144,7 @@ keybinds clear-defaults=true { bind "Alt [" { PreviousSwapLayout; } bind "Alt ]" { NextSwapLayout; } bind "Alt f" { ToggleFloatingPanes; } - bind "Ctrl g" { SwitchToMode "locked"; } + bind "Ctrl l" { SwitchToMode "locked"; } bind "Alt h" { MoveFocusOrTab "left"; } bind "Alt i" { MoveTab "left"; } bind "Alt j" { MoveFocus "down"; }