Using The Iterm 2 And Tmux Integration

By admin ·
1

Install tmux and iTerm2

You can download iTerm 2 from the website
brew install tmux
apt-get install tmux
2

Start new tmux session using -CC option

tmux -CC
tmux mode started
3

Open new tabs and windows

cmd + tcmd + ncmd + dcmd + shift + d
4

Detaching tmux

Detach tmux Session
5

Attach to an existing tmux session

tmux -CC attach