fix: temporarily disabling zellij ctrl n keybinding

This commit is contained in:
Matthew Ryan Dillon 2024-09-17 11:07:03 -04:00
parent 90c1956471
commit f7ecff3786

View file

@ -8,7 +8,7 @@ keybinds {
bind "Ctrl g" { SwitchToMode "Normal"; } bind "Ctrl g" { SwitchToMode "Normal"; }
} }
resize { resize {
bind "Ctrl n" { SwitchToMode "Normal"; } // bind "Ctrl n" { SwitchToMode "Normal"; }
bind "h" "Left" { Resize "Increase Left"; } bind "h" "Left" { Resize "Increase Left"; }
bind "j" "Down" { Resize "Increase Down"; } bind "j" "Down" { Resize "Increase Down"; }
bind "k" "Up" { Resize "Increase Up"; } bind "k" "Up" { Resize "Increase Up"; }