diff options
Diffstat (limited to 'dot_config/zellij/config.kdl')
| -rw-r--r-- | dot_config/zellij/config.kdl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dot_config/zellij/config.kdl b/dot_config/zellij/config.kdl index 569a52e..d87771a 100644 --- a/dot_config/zellij/config.kdl +++ b/dot_config/zellij/config.kdl @@ -62,6 +62,12 @@ keybinds { bind "Alt x" { CloseFocus; } bind "Alt e" { EditScrollback; } + // Explicit splits (tmux-style mnemonics: | vertical, _ horizontal). + // Bypasses NewPane's aspect-ratio auto-direction which misfires on + // widescreens with pane_frames disabled. + bind "Alt |" { NewPane "Right"; } + bind "Alt _" { NewPane "Down"; } + // Session bind "Alt q" { Detach; } |
