Tmux

various commands:

http://www.dayid.org/comp/tm.html

CTRL^b:

  • , or rename - rename pane
  • c - create new window
  • p - go to previous window
  • n - go to next window
  • o - switch pane
  • " - split horizontally
  • % - split vertically
  • x - kill pane
  • w - list windows
  • z - zoom(unzoom)
  • [ - enter in copy mode where PgUp/PgDw are available.Exit from copy mode with q
  • :setw synchronize-panes on|off - enter|exit to parallel mode

commands - https://gist.github.com/MohamedAlaa/2961058

References

http://phico.io/post/tmux/