Reputation: 3013
I have a remote server that I have a detached tmux session on. I also have a local tmux instance running.
Is it possible to connect to the remote tmux session inside my local tmux session, without having a "window inside a window"?
To better explain, when I connect from my local tmux session to my remote one, I get a nested status lines, and control keys get confusing, because you're not sure which instance you're currently operating on.
Thanks in advance!
Upvotes: 2
Views: 902
Reputation: 195059
sync your tmux config on the server, in another terminal, ssh into the server and tmux attach, you have same keybindings etc.
You can have nested tmux, however, it would make you lost, particularly if you have same tmux config on your server.
What you are wanting to have, it doesn't exist so far.
Upvotes: 1