-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature-request] Tab-bar-mode integration #122
Comments
This snippet has been working for me. |
The snippet saves the configuration of tab-bar to files: (add-hook 'persp-before-save-state-to-file-functions
(defun +workspaces-save-tab-bar-data-to-file-h (&rest _)
(when (get-current-persp)
(set-persp-parameter 'tab-bar-tabs (frameset-filter-tabs (tab-bar-tabs) nil nil t)) |
Dear Lord, you just made tmux obsolete for me. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
allow keeping a distinct set of tabs per-perspective.
from README of https://github.com/nex3/perspective-el
Opening a issue similar to nex3/perspective-el#138
The text was updated successfully, but these errors were encountered: