Y
Hacker News
new
|
ask
|
show
|
jobs
by
data_scientist
2829 days ago
I needs to connects to multiple servers at the same time, and tmux sessions shouldn't be stacked. How can I do that without tabs?
2 comments
jrowley
2829 days ago
If you have 2 tmux servers with different hotkeys you can totally nest them safely. I have a different hotkey prefix for my machine and then leave the default for servers. Works great!
link
calcifer
2829 days ago
Use multiple panes and/or windows? It's a terminal multiplexer, each panes is a separate terminal, just like tabs.
link