-
Notifications
You must be signed in to change notification settings - Fork 163
Add option to allow kill the default sessions created when tmux server starts #7
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
* upstream/master: Update plugin installation instructions
This is exactly the feature I'm looking for. Please do merge! |
@bruno- this PR solve a valid problem? At least to me and a few of my colleagues. What's the reason for not merging it? If there's a valid reason let's fix it! |
Can we have this merged please? |
@bruno- Can we please merge this PR? |
Hi, sorry for the long wait on this one. Why not make this an option in |
I do this as a resurrect hook in my tmux conf |
I'm sorry but when you use the script tmux-resurrect/scripts/restore.sh to restore session, the plugin insert saved sessions with numeric id in the first ids. Your solution works if you don't save session with id "0". |
This feature is implemented in tmux-resurrect |
Ok I tried 10mn ago with a fresh install of tmux-resurrect & tmux-continuum from github. my tmux version are 3.1_c-1 Everything works like a charm except this : Just try to repeat 3 times this command : and tell me whats happen with your list of sessions ?
Something seems to be wrong? Here is my file .tmux.conf without binds:
|
Add option to allow kill the default sessions created when tmux server starts.