forked from extern/nix-config
22 lines
517 B
Markdown
22 lines
517 B
Markdown
|
# tmux
|
||
|
|
||
|
I use tmux to run multiple shells inside a single terminal, in addition to all the other benefits that tmux provides, such as session management, persistent history, and detaching.
|
||
|
|
||
|
## Dependencies
|
||
|
|
||
|
- [tmux][tmux] - Terminal multiplexer
|
||
|
- [fish][fish] - The friendly interactive shell
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```sh
|
||
|
make package=tmux
|
||
|
```
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
Start tmux as you normally would.
|
||
|
|
||
|
[tmux]: https://www.archlinux.org/packages/community/x86_64/tmux/
|
||
|
[fish]: https://www.archlinux.org/packages/community/x86_64/fish/
|