2018-10-23 20:25:08 +02:00
|
|
|
# tmux
|
|
|
|
|
2018-11-20 03:58:18 +01:00
|
|
|
[tmux][tmux] is a terminal multiplexer.
|
2018-10-23 20:25:08 +02:00
|
|
|
|
2018-11-20 03:58:18 +01:00
|
|
|
## Use Cases
|
2018-10-23 20:25:08 +02:00
|
|
|
|
2018-11-20 03:58:18 +01:00
|
|
|
tmux can be used to:
|
2018-10-23 20:25:08 +02:00
|
|
|
|
2018-11-20 03:58:18 +01:00
|
|
|
- Have persistent history in the terminal
|
|
|
|
- Detach sessions and re-attach them later
|
|
|
|
- Work with multiple shells while SSH'd in another machine
|
2018-10-23 20:25:08 +02:00
|
|
|
|
2018-11-20 03:58:18 +01:00
|
|
|
You should not use tmux if:
|
2018-10-23 20:25:08 +02:00
|
|
|
|
2018-11-20 03:58:18 +01:00
|
|
|
- You should use tmux.
|
2018-10-23 20:25:08 +02:00
|
|
|
|
2018-11-20 03:58:18 +01:00
|
|
|
[tmux]: https://github.com/tmux/tmux
|