1
0
forked from extern/nix-config
donovanglover-nix-config/tmux/README.md
Donovan Glover 43e79e2914
docs: Add READMEs for git, plasma, and tmux
Whether or not Plasma-specific dotfiles are still needed is
questionable, but I will keep this directory for now.
2018-10-23 14:25:45 -04:00

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/