Can someone describe tmux to me? - GNU/Linux
Users browsing this thread: 1 Guest(s)
|
|||
This is a terminal multiplexer, which means that you can use it to "spawn" multiple terminals. You can see it as "tabs" on your web browser. They're all "linked" to the same app, but allow performing different tasks.
That's the terminal multiplexing part. Over it, tmux provide another feature: the panes. You can split the tmux display into multiple parts, in order to display more than one terminal at the same time. |
|||
Messages In This Thread |
Can someone describe tmux to me? - by dcli - 30-07-2014, 08:47 PM
RE: Can someone describe tmux to me? - by pvtmert - 31-07-2014, 04:14 AM
RE: Can someone describe tmux to me? - by z3bra - 31-07-2014, 11:13 AM
|