my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
621 B

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