Published at LXer:
Last week I introduced tmux, a handy "terminal multiplexer." This week, we'll take a look at basic tmux usage and configuration. To start tmux, just run tmux or tmux new-session if you're feeling verbose. Then you'll have a session with one window and your usual login shell. To add a second window, run Ctrl-b c. (Same thing if you want a third, fourth, and so on.)
Read More...