From f90eb0cbe4ca8f59b9664bac54f8c8b8a0cbd526 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 1 Feb 2025 10:46:52 +0300 Subject: Implement tabbed column display mode --- wiki/Configuration:-Layout.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'wiki/Configuration:-Layout.md') diff --git a/wiki/Configuration:-Layout.md b/wiki/Configuration:-Layout.md index 1c8c7214..0017db25 100644 --- a/wiki/Configuration:-Layout.md +++ b/wiki/Configuration:-Layout.md @@ -10,6 +10,7 @@ layout { center-focused-column "never" always-center-single-column empty-workspace-above-first + default-column-display "tabbed" preset-column-widths { proportion 0.33333 @@ -123,6 +124,20 @@ layout { } ``` +### `default-column-display` + +Since: next release + +Sets the default display mode for new columns. +Can be `normal` or `tabbed`. + +```kdl +// Make all new columns tabbed by default. +layout { + default-column-display "tabbed" +} +``` + ### `preset-column-widths` Set the widths that the `switch-preset-column-width` action (Mod+R) toggles between. -- cgit