Tmux

From Global Shellz Wiki
Jump to: navigation, search

Tmux, similarly to screen, is a program which can run a process in background with an option to "attach" and see the process output at any time. Unlike GNU/screen, tmux is licensed under the BSD license and is actively maintained.

Tmux has a detailed statusbar by default.

To start tmux, tmux

Some useful shortcuts let you control the windows

  • ^B C - create new window
  • ^B X - kills current pane
  • ^B D - detach

Tmux also supports window split:

  • ^B " - split horizontally
  • ^B % - split vertically
  • ^B (up|right|down|left) - switch to another pane in the split

To open the detached session, tmux attach

External links

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox