nix-config/tmux/README.md

18 lines
320 B
Markdown
Raw Normal View History

# 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