ref(zellij): ctrl-j and ctrl-k to change tab

This commit is contained in:
Piyush मिश्रः 2025-01-15 19:37:40 +05:30
parent c850a2aa37
commit b85c875eb9
1 changed files with 3 additions and 0 deletions

View File

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