diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-03-10 22:59:45 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-03-10 22:59:45 +0100 |
commit | aa89006af82956711e5d0b57c73d4859ce2969fc (patch) | |
tree | 79d449ac38977eae84e174b0b52fa1c8740a5247 /private_dot_config/zellij/config.kdl | |
parent | ea4a0ff527107078dad5efa6a12127ba75bda7c9 (diff) |
Dump
Diffstat (limited to 'private_dot_config/zellij/config.kdl')
-rw-r--r-- | private_dot_config/zellij/config.kdl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/private_dot_config/zellij/config.kdl b/private_dot_config/zellij/config.kdl index 8c34541..65b5e1d 100644 --- a/private_dot_config/zellij/config.kdl +++ b/private_dot_config/zellij/config.kdl @@ -260,7 +260,7 @@ simplified_ui true // - true (default) // - false // -pane_frames true +pane_frames false // Toggle between having Zellij lay out panes according to a predefined set of layouts whenever possible // Options: @@ -374,7 +374,7 @@ default_layout "compact" // Path to the default editor to use to edit pane scrollbuffer // Default: $EDITOR or $VISUAL // -// scrollback_editor "/usr/bin/vim" +scrollback_editor "/usr/local/bin/nvim" // When attaching to an existing session with other users, // should the session be mirrored (true) |