====== tmux ====== [[https://tmux.github.io/|tmux]] is a terminal multiplexer. ===== Usage ===== start new: tmux start new with session name: tmux new -s [name] attach: tmux a # (or at, or attach) attach with session name: tmux a -t [name] ===== Reference ===== * [[https://gist.github.com/henrik/1967800|tmux cheatsheet]] * [[http://harttle.com/2015/11/06/tmux-startup.html|优雅地使用命令行:Tmux 终端复用]]