-
Notifications
You must be signed in to change notification settings - Fork 234
-
greetings,
I'm using a zsh plugin called zsh4humans which automatically starts with a tmux session.
My problem is that when I run tmuxp, it complains that there is already a tmux session running. Is there an option that tmuxp can overwrite the current session?
thanks
iomari
Beta Was this translation helpful? Give feedback.
All reactions
@iomari Can you try tmux list-sessions. Is the session name automatically started the same as the automatically launched session?
How about you add -a to tmuxp load. e.g. tmuxp load myfile.yaml -a Is it any better?
P.S. I converted this to a Q&A discussion, hopefully that's okay!
Replies: 1 comment
-
@iomari Can you try tmux list-sessions. Is the session name automatically started the same as the automatically launched session?
How about you add -a to tmuxp load. e.g. tmuxp load myfile.yaml -a Is it any better?
P.S. I converted this to a Q&A discussion, hopefully that's okay!
Beta Was this translation helpful? Give feedback.