forked from extern/nix-config
43e79e2914
Whether or not Plasma-specific dotfiles are still needed is questionable, but I will keep this directory for now.
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/
|