diff options
author | Marc Cornellà <marc.cornella@live.com> | 2018-10-02 21:49:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-02 21:49:24 +0200 |
commit | 01de53fff3035dbfb87ca4940f1d91208f537a37 (patch) | |
tree | 08fbbc11feb374d0095eb494d5569d579bf17b81 /plugins | |
parent | 2c559a496c7ca95e04b4d5cc0b71334a0f10a2c3 (diff) | |
parent | 3ed19ce45ebcc4bcdff57e0c30f2335af9f40869 (diff) | |
download | zsh-01de53fff3035dbfb87ca4940f1d91208f537a37.tar.gz zsh-01de53fff3035dbfb87ca4940f1d91208f537a37.tar.bz2 zsh-01de53fff3035dbfb87ca4940f1d91208f537a37.zip |
tmuxinator: add README (#7189)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/tmuxinator/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/tmuxinator/README.md b/plugins/tmuxinator/README.md new file mode 100644 index 000000000..994d8d46d --- /dev/null +++ b/plugins/tmuxinator/README.md @@ -0,0 +1,19 @@ +# Tmuxinator plugin + +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. + +```zsh +plugins=(... tmuxinator) +``` + +## Aliases + +| Alias | Command | Description | +| ------ | ---------------- | ------------------------ | +| `txs ` | tmuxinator start | Start Tmuxinator | +| `txo ` | tmuxinator open | Open project for editing | +| `txn ` | tmuxinator new | Create project | +| `txl ` | tmuxinator list | List projects | |