added directional split commands to zellij
This commit is contained in:
parent
f73088291f
commit
29a4983664
|
@ -148,6 +148,8 @@ keybinds clear-defaults=true{
|
|||
bind "Alt g" { SwitchToMode "Locked"; }
|
||||
bind "Alt q" { Quit; }
|
||||
bind "Alt n" { NewPane; }
|
||||
bind "Alt _" { NewPane "Down"; }
|
||||
bind "Alt |" { NewPane "Right"; }
|
||||
bind "Alt h" "Alt Left" { MoveFocusOrTab "Left"; }
|
||||
bind "Alt l" "Alt Right" { MoveFocusOrTab "Right"; }
|
||||
bind "Alt j" "Alt Down" { MoveFocus "Down"; }
|
||||
|
|
Loading…
Reference in a new issue