diff options
Diffstat (limited to 'dot_config')
| -rw-r--r-- | dot_config/zellij/config.kdl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dot_config/zellij/config.kdl b/dot_config/zellij/config.kdl index 87ba6d1..5f7e193 100644 --- a/dot_config/zellij/config.kdl +++ b/dot_config/zellij/config.kdl @@ -17,9 +17,8 @@ attach_to_session true show_startup_tips false show_release_notes false -// Clean UI: no pane borders, compact single-line status bar +// Clean UI: no pane borders pane_frames false -default_layout "compact" // Custom keybindings (merged with defaults) keybinds { @@ -40,6 +39,10 @@ keybinds { bind "Alt [" { GoToPreviousTab; } bind "Alt ]" { GoToNextTab; } + // Cycle swap layouts (tiled/stacked variants) — nearest thing to + // "reset pane sizes", since zellij has no equalize action. + bind "Alt \\" { NextSwapLayout; } + // Pane management bind "Alt w" { ToggleFocusFullscreen; } bind "Alt x" { CloseFocus; } |
