From c36282d62870929962277aa8f76e8bf97620aa2c Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Mon, 27 Jan 2025 12:24:47 +0100 Subject: [PATCH] zellij: disable breaking conf option --- home/private_dot_config/zellij/config.kdl.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/private_dot_config/zellij/config.kdl.tmpl b/home/private_dot_config/zellij/config.kdl.tmpl index b318693d..14ed6a8b 100644 --- a/home/private_dot_config/zellij/config.kdl.tmpl +++ b/home/private_dot_config/zellij/config.kdl.tmpl @@ -36,7 +36,7 @@ keybinds { bind "w" { ToggleFloatingPanes; SwitchToMode "Normal"; } bind "e" { TogglePaneEmbedOrFloating; SwitchToMode "Normal"; } bind "c" { SwitchToMode "RenamePane"; PaneNameInput 0;} - bind "i" { TogglePanePinned; SwitchToMode "Normal"; } + // bind "i" { TogglePanePinned; SwitchToMode "Normal"; } } move { bind "Ctrl h" { SwitchToMode "Normal"; }