Implement expand-column-to-available-width

This commit is contained in:
Ivan Molodetskikh
2025-02-17 21:22:10 +03:00
parent 078383ea82
commit 92cc2b89f7
9 changed files with 115 additions and 0 deletions
+5
View File
@@ -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.