]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/tmuxinator/README.md
8709204a0190aea40a0bdb200fabdd759822fedf
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / tmuxinator / README.md
1 # Tmuxinator plugin
2
3 This plugin provides completion for [tmuxinator](https://github.com/tmuxinator/tmuxinator),
4 as well as aliases for frequent tmuxinator commands.
5
6 To use it add `tmuxinator` to the plugins array in your zshrc file.
7
8 ```zsh
9 plugins=(... tmuxinator)
10 ```
11
12 ## Aliases
13
14 | Alias | Command          | Description              |
15 | ----- | ---------------- | ------------------------ |
16 | `txs` | tmuxinator start | Start Tmuxinator         |
17 | `txo` | tmuxinator open  | Open project for editing |
18 | `txn` | tmuxinator new   | Create project           |
19 | `txl` | tmuxinator list  | List projects            |