Skip to content

Popup grouping

karthink edited this page Feb 6, 2023 · 2 revisions

Group by Tab name

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)))))
Clone this wiki locally