added directional split commands to zellij

This commit is contained in:
Gabe Venberg 2024-04-01 16:39:39 -05:00
parent f73088291f
commit 29a4983664

View file

@ -148,6 +148,8 @@ keybinds clear-defaults=true{
bind "Alt g" { SwitchToMode "Locked"; } bind "Alt g" { SwitchToMode "Locked"; }
bind "Alt q" { Quit; } bind "Alt q" { Quit; }
bind "Alt n" { NewPane; } bind "Alt n" { NewPane; }
bind "Alt _" { NewPane "Down"; }
bind "Alt |" { NewPane "Right"; }
bind "Alt h" "Alt Left" { MoveFocusOrTab "Left"; } bind "Alt h" "Alt Left" { MoveFocusOrTab "Left"; }
bind "Alt l" "Alt Right" { MoveFocusOrTab "Right"; } bind "Alt l" "Alt Right" { MoveFocusOrTab "Right"; }
bind "Alt j" "Alt Down" { MoveFocus "Down"; } bind "Alt j" "Alt Down" { MoveFocus "Down"; }