forked from extern/nix-config
6ccf5d3352
This is the start of a process to change the old READMEs to the new format.
18 lines
320 B
Markdown
18 lines
320 B
Markdown
# tmux
|
|
|
|
[tmux][tmux] is a terminal multiplexer.
|
|
|
|
## Use Cases
|
|
|
|
tmux can be used to:
|
|
|
|
- Have persistent history in the terminal
|
|
- Detach sessions and re-attach them later
|
|
- Work with multiple shells while SSH'd in another machine
|
|
|
|
You should not use tmux if:
|
|
|
|
- You should use tmux.
|
|
|
|
[tmux]: https://github.com/tmux/tmux
|