From f1639f17759297ef7f9f31229924c8959e25600d Mon Sep 17 00:00:00 2001 From: omri Date: Sat, 10 Aug 2024 10:54:21 +0300 Subject: [PATCH] zellij: fix movement keybind --- .config/zellij/config.kdl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"; } }