0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

added completion and link

This commit is contained in:
Marc Cornellà 2018-10-02 21:49:06 +02:00 committed by GitHub
parent b67883f963
commit 3ed19ce45e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
# Tmuxinator plugin # Tmuxinator plugin
This plugin provides 4 aliases for tmuxinator commands. This plugin provides completion for [tmuxinator](https://github.com/tmuxinator/tmuxinator),
as well as aliases for frequent tmuxinator commands.
To use it add `tmuxinator` to the plugins array in your zshrc file. To use it add `tmuxinator` to the plugins array in your zshrc file.
@ -12,7 +13,7 @@ plugins=(... tmuxinator)
| Alias | Command | Description | | Alias | Command | Description |
| ------ | ---------------- | ------------------------ | | ------ | ---------------- | ------------------------ |
| `txs ` | tmuxinator start | Start | | `txs ` | tmuxinator start | Start Tmuxinator |
| `txo ` | tmuxinator open | Open project for editing | | `txo ` | tmuxinator open | Open project for editing |
| `txn ` | tmuxinator new | Create project | | `txn ` | tmuxinator new | Create project |
| `txl ` | tmuxinator list | List projects | | `txl ` | tmuxinator list | List projects |