diff --git a/zellij/config.kdl b/zellij/config.kdl index f90d20f..273b9b0 100644 --- a/zellij/config.kdl +++ b/zellij/config.kdl @@ -141,6 +141,9 @@ keybinds clear-defaults=true { bind "Alt -" { Resize "Decrease"; } bind "Alt [" { PreviousSwapLayout; } bind "Alt ]" { NextSwapLayout; } + + bind "Ctrl k" { GoToPreviousTab; SwitchToMode "Normal"; } + bind "Ctrl j" { GoToNextTab; SwitchToMode "Normal"; } } shared_except "normal" "locked" { bind "Enter" "Esc" { SwitchToMode "Normal"; }