change zellij keybinding
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
keybinds clear-defaults=true {
|
keybinds clear-defaults=true {
|
||||||
locked {
|
locked {
|
||||||
bind "Ctrl g" { SwitchToMode "normal"; }
|
bind "Ctrl l" { SwitchToMode "normal"; }
|
||||||
}
|
}
|
||||||
pane {
|
pane {
|
||||||
bind "left" { MoveFocus "left"; }
|
bind "left" { MoveFocus "left"; }
|
||||||
@@ -144,7 +144,7 @@ keybinds clear-defaults=true {
|
|||||||
bind "Alt [" { PreviousSwapLayout; }
|
bind "Alt [" { PreviousSwapLayout; }
|
||||||
bind "Alt ]" { NextSwapLayout; }
|
bind "Alt ]" { NextSwapLayout; }
|
||||||
bind "Alt f" { ToggleFloatingPanes; }
|
bind "Alt f" { ToggleFloatingPanes; }
|
||||||
bind "Ctrl g" { SwitchToMode "locked"; }
|
bind "Ctrl l" { SwitchToMode "locked"; }
|
||||||
bind "Alt h" { MoveFocusOrTab "left"; }
|
bind "Alt h" { MoveFocusOrTab "left"; }
|
||||||
bind "Alt i" { MoveTab "left"; }
|
bind "Alt i" { MoveTab "left"; }
|
||||||
bind "Alt j" { MoveFocus "down"; }
|
bind "Alt j" { MoveFocus "down"; }
|
||||||
|
|||||||
Reference in New Issue
Block a user