1
2
3
brew install tmux
/opt/homebrew/opt/tmux/share/tmux
cp /opt/homebrew/opt/tmux/share/tmux/example_tmux.conf ~/.tmux.conf
1
2
3
tmux new -s <session_name>
tmux attach -t <session_name>
tmux ls
1
2
3
brew install tmux
/opt/homebrew/opt/tmux/share/tmux
cp /opt/homebrew/opt/tmux/share/tmux/example_tmux.conf ~/.tmux.conf
1
2
3
tmux new -s <session_name>
tmux attach -t <session_name>
tmux ls
A new version of content is available.