tmux-continuum icon indicating copy to clipboard operation
tmux-continuum copied to clipboard

Different tmux session lists from different machines?

Open daviddoria opened this issue 9 years ago • 0 comments

Please see the setup below - this used to work fine until I enabled tmux-continuum - would it break this use case of connecting to tmux after ssh-ing?

From MachineA:

tmux new -s Session1 [detach from session] tmux new -s Session2 [detach from session] tmux ls # correctly shows Session1 and Session2

From MachineB:

ssh MachineA tmux new -s Session3 [detach from session] tmux ls # Only shows Session3, where I would expect to see Session1, Session2, and Session3

Any ideas?

Thanks,

David

daviddoria avatar Sep 22 '16 00:09 daviddoria