You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
window.default_add_mode now supports additional options: split_x, split_y, <custom-callback>. These provide more control for 'automatic' window addition workflows. (#13)
The next_tab(), prev_tab() and swap_tabs() layout commands now support a level parameter. Allows for more control with keybinds when subtabs are in play.
Fixes
Fixed a packaging issue that prevented installation under Python 3.13 (#15)