zellij: Alt H/L to switch tab
This commit is contained in:
parent
9a7ab0608e
commit
df7e4085a9
@ -156,6 +156,8 @@ keybinds {
|
|||||||
bind "Alt -" { Resize "Decrease"; }
|
bind "Alt -" { Resize "Decrease"; }
|
||||||
bind "Alt [" { PreviousSwapLayout; }
|
bind "Alt [" { PreviousSwapLayout; }
|
||||||
bind "Alt ]" { NextSwapLayout; }
|
bind "Alt ]" { NextSwapLayout; }
|
||||||
|
bind "Alt H" { GoToPreviousTab; }
|
||||||
|
bind "Alt L" { GoToNextTab; }
|
||||||
}
|
}
|
||||||
shared_except "normal" "locked" {
|
shared_except "normal" "locked" {
|
||||||
bind "Enter" "Esc" { SwitchToMode "Normal"; }
|
bind "Enter" "Esc" { SwitchToMode "Normal"; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user