-
Notifications
You must be signed in to change notification settings - Fork 22
Popup grouping
karthink edited this page Feb 6, 2023
·
2 revisions
If you use tabspaces, or try to organize workspaces or projects by tab, you might find this useful.
Note that this requires that your tab names be stable, i.e. not change when you select a different window.
(setq popper-group-function
(lambda ()
(let ((tabs (funcall tab-bar-tabs-function)))
(alist-get 'name (nth (tab-bar--current-tab-index tabs)
tabs)))))