tmux, the terminal multiplexer. Its shiny. Here some useful commands, all follow
Ctrl-b
c - new window
n - next window
p - prev window
d - detach, so it runs in the bg even if you close the session + you can re-attach with "tmux attach"
other people can attach to it to, creating a kind of interactive workspace
, (comma) - rename the widow
PgUp/PgDown scrolling through the buffer. When not in Ctrl-b mode, you cannot scroll. q to quit.
tmux attach - attach to a tmux server and session runnig on the current machine
No comments:
Post a Comment