diff --git a/.config/zellij/config.kdl b/.config/zellij/config.kdl index 4c8e916..5ef35e2 100644 --- a/.config/zellij/config.kdl +++ b/.config/zellij/config.kdl @@ -177,9 +177,9 @@ keybinds clear-defaults=true { shared_except "tab" "locked" { bind "Alt t" { SwitchToMode "Tab"; } } - shared_except "move" "locked" { - bind "Alt h" { SwitchToMode "Move"; } - } + // shared_except "move" "locked" { + // bind "Alt h" { SwitchToMode "Move"; } + // } shared_except "tmux" "locked" { bind "Alt b" { SwitchToMode "Tmux"; } }