Hacker News new | ask | show | jobs
by vlunkr 3430 days ago
Iterm2 also has a nice tmux integration. You can connect to a session but use native tabs and panes. It even works on remote servers over ssh. You just add a '-CC' arg. (You may also have to enable it in the prefs, don't remember for sure)
3 comments

This is what I usually do to connect to a remote server and enter a tmux session:

  ssh hostname -t "tmux -CC attach || tmux -CC"
Of course, I picked this up from an HN comment :)
I've never been able to get iTerm2's tmux integration to work well enough to warrant the bother.
In fact I use byobu instead of plain tmux.