mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-17 13:59:29 +02:00
Added class and os alternates
This commit is contained in:
Executable
+19
@@ -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 |
|
||||
Reference in New Issue
Block a user