|
|
|
|
|
by chbrown
3502 days ago
|
|
iTerm2 3.0's tmux integrations take a little bit of work to set up locally, but you only have to do that once, and as long as your remote servers have a reasonably recent version of tmux (1.8, I believe), just replace filippo's `mosh HOST -- tmux a` with `ssh HOST -t 'tmux -CC new -A -s main'` (no mosh required). |
|