zellij: fix movement keybind
This commit is contained in:
@ -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"; }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user