tmux-continuum
tmux-continuum copied to clipboard
Different tmux session lists from different machines?
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