From 92cc2b89f75fd13d83208626fa49724216fbbf9e Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 17 Feb 2025 21:22:10 +0300 Subject: Implement expand-column-to-available-width --- resources/default-config.kdl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 133a542f..d0f4398b 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -504,6 +504,11 @@ binds { Mod+Ctrl+R { reset-window-height; } Mod+F { maximize-column; } Mod+Shift+F { fullscreen-window; } + + // Expand the focused column to space not taken up by other fully visible columns. + // Makes the column "fill the rest of the space". + Mod+Ctrl+F { expand-column-to-available-width; } + Mod+C { center-column; } // Finer width adjustments. -- cgit