1
0
forked from extern/nix-config
donovanglover-nix-config/tmux/README.md

22 lines
517 B
Markdown
Raw Normal View History

# 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/