Tmux: Difference between revisions

From Freephile Wiki
No edit summary
add logo
 
Line 1: Line 1:
[[File:Tmux logo.svg|thumb]]
Like [[screen]]  Tmux is indispensable when using a terminal emulator.  It also lets you detach and re-attach to your sessions so your work can survive network interruptions.
Like [[screen]]  Tmux is indispensable when using a terminal emulator.  It also lets you detach and re-attach to your sessions so your work can survive network interruptions.
See the [http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1 man page]
See the [http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1 man page]
Line 4: Line 5:
[[Category:Development]]
[[Category:Development]]
[[Category:DevOps]]
[[Category:DevOps]]
[[Category:Tools]]

Latest revision as of 15:13, 16 September 2025

Like screen Tmux is indispensable when using a terminal emulator. It also lets you detach and re-attach to your sessions so your work can survive network interruptions. See the man page