Last Updated: August 08, 2016
·
200
· jeffli

running tmux in centos 6

  • Start a tmux session
tmux
  • Split a tmux pane left/right (vertically)
ctrl + b  %
  • Split a tmux pane top/bottom (horizontally)
ctrl + b  "
  • Rebalance the the size of split pane horizontally ctrl + b alt+1
  • Rebalance the the size of split pane vertically
    ctrl + b alt+2

  • Detach the tmux session

ctrl + b d
  • Attach detached tmux session
ctrl + b a