From f7ecff3786faeaa4db7d0c073fcf6baa48158baa Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Tue, 17 Sep 2024 11:07:03 -0400 Subject: [PATCH] fix: temporarily disabling zellij ctrl n keybinding --- home/private_dot_config/zellij/config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/private_dot_config/zellij/config.kdl b/home/private_dot_config/zellij/config.kdl index 282e107..cecf36d 100644 --- a/home/private_dot_config/zellij/config.kdl +++ b/home/private_dot_config/zellij/config.kdl @@ -8,7 +8,7 @@ keybinds { bind "Ctrl g" { SwitchToMode "Normal"; } } resize { - bind "Ctrl n" { SwitchToMode "Normal"; } + // bind "Ctrl n" { SwitchToMode "Normal"; } bind "h" "Left" { Resize "Increase Left"; } bind "j" "Down" { Resize "Increase Down"; } bind "k" "Up" { Resize "Increase Up"; }