All tabs in a column have the same window size, so this is useful to get more vertical space.

Use this bind to toggle a column between normal and tabbed display:
```kdl
binds{
Mod+W{ toggle-column-tabbed-display;}
}
```
All other binds remain the same: switch tabs with `focus-window-down/up`, add or remove windows with `consume-window-into-column`/`expel-window-from-column`, and so on.
Unlike regular columns, tabbed columns can go full-screen with multiple windows.
|  |  |