diff --git a/zellij/.config/zellij/config.kdl b/zellij/.config/zellij/config.kdl index 6621731..1683369 100644 --- a/zellij/.config/zellij/config.kdl +++ b/zellij/.config/zellij/config.kdl @@ -156,6 +156,8 @@ keybinds { bind "Alt -" { Resize "Decrease"; } bind "Alt [" { PreviousSwapLayout; } bind "Alt ]" { NextSwapLayout; } + bind "Alt H" { GoToPreviousTab; } + bind "Alt L" { GoToNextTab; } } shared_except "normal" "locked" { bind "Enter" "Esc" { SwitchToMode "Normal"; }