zellij: fix movement keybind

This commit is contained in:
2024-08-10 10:54:21 +03:00
parent 65023e6fe1
commit f1639f1775

View File

@ -177,9 +177,9 @@ keybinds clear-defaults=true {
shared_except "tab" "locked" { shared_except "tab" "locked" {
bind "Alt t" { SwitchToMode "Tab"; } bind "Alt t" { SwitchToMode "Tab"; }
} }
shared_except "move" "locked" { // shared_except "move" "locked" {
bind "Alt h" { SwitchToMode "Move"; } // bind "Alt h" { SwitchToMode "Move"; }
} // }
shared_except "tmux" "locked" { shared_except "tmux" "locked" {
bind "Alt b" { SwitchToMode "Tmux"; } bind "Alt b" { SwitchToMode "Tmux"; }
} }