fix: temporarily disabling zellij ctrl n keybinding
This commit is contained in:
parent
90c1956471
commit
f7ecff3786
1 changed files with 1 additions and 1 deletions
|
@ -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"; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue