summaryrefslogtreecommitdiffstats
path: root/example/default.kdl
diff options
context:
space:
mode:
Diffstat (limited to 'example/default.kdl')
-rw-r--r--example/default.kdl25
1 files changed, 25 insertions, 0 deletions
diff --git a/example/default.kdl b/example/default.kdl
index bf54c8620..04879ecf4 100644
--- a/example/default.kdl
+++ b/example/default.kdl
@@ -229,6 +229,25 @@ plugins {
//
// auto_layout true
+// Whether sessions should be serialized to the cache folder (including their tabs/panes, cwds and running commands) so that they can later be resurrected
+// Options:
+// - true (default)
+// - false
+//
+// session_serialization false
+
+// Whether pane viewports are serialized along with the session, default is false
+// Options:
+// - true
+// - false (default)
+// serialize_pane_viewport true
+
+// Scrollback lines to serialize along with the pane viewport when serializing sessions, 0
+// defaults to the scrollback size. If this number is higher than the scrollback size, it will
+// also default to the scrollback size. This does nothing if `serialize_pane_viewport` is not true.
+//
+// scrollback_lines_to_serialize 10000
+
// Define color themes for Zellij
// For more examples, see: https://github.com/zellij-org/zellij/tree/main/example/themes
// Once these themes are defined, one of them should to be selected in the "theme" section of this file
@@ -324,3 +343,9 @@ plugins {
// The folder in which Zellij will look for themes
//
// theme_dir "/path/to/my/theme_dir"
+
+// Enable or disable the rendering of styled and colored underlines (undercurl).
+// May need to be disabled for certain unsupported terminals
+// Default: true
+//
+// styled_underlines false