Implement tabbed column display mode

This commit is contained in:
Ivan Molodetskikh
2025-02-01 10:46:52 +03:00
parent 55e2ea0c3b
commit f90eb0cbe4
10 changed files with 266 additions and 56 deletions

View File

@@ -321,6 +321,8 @@ pub enum Action {
SwapWindowRight {},
/// Swap focused window with one to the left
SwapWindowLeft {},
/// Toggle the focused column between normal and tabbed display.
ToggleColumnTabbedDisplay {},
/// Center the focused column on the screen.
CenterColumn {},
/// Center a window on the screen.