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"; }