diff --git a/kitty/tabs.py b/kitty/tabs.py index 074be4d63..b804ac374 100644 --- a/kitty/tabs.py +++ b/kitty/tabs.py @@ -580,6 +580,7 @@ class TabManager: # {{{ 'title': tab.name or tab.title, 'layout': tab.current_layout.name, 'windows': list(tab.list_windows(active_window)), + 'active_window_history': list(tab.active_window_history), } @property