Add cycle back feature for presets of column/window width/height.

This commit is contained in:
Said Kadrioski
2025-08-28 03:42:04 +02:00
committed by Ivan Molodetskikh
parent 1ffda91e0c
commit 0c3223ac72
9 changed files with 187 additions and 52 deletions
+2
View File
@@ -540,6 +540,8 @@ binds {
Mod+Period { expel-window-from-column; }
Mod+R { switch-preset-column-width; }
// Cycling through the presets in reverse order is also possible.
// Mod+R { switch-preset-column-width-back; }
Mod+Shift+R { switch-preset-window-height; }
Mod+Ctrl+R { reset-window-height; }
Mod+F { maximize-column; }