We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9b66f commit dbd4ddcCopy full SHA for dbd4ddc
home/.config/zellij/config.kdl
@@ -30,6 +30,7 @@ keybinds {
30
bind "p" { SwitchToMode "Pane"; }
31
bind "s" { SwitchToMode "Scroll"; }
32
bind "t" { SwitchToMode "Tab"; }
33
+ bind "x" { CloseFocus; SwitchToMode "Normal"; }
34
bind "v" { NewPane "Right"; SwitchToMode "Normal"; }
35
}
36
0 commit comments