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.
10 lines
296 B
10 lines
296 B
# tmux-cssh plugin |
|
|
|
This plugin adds autocompletion for [`tmux-cssh`](https://github.com/zinic/tmux-cssh/). |
|
|
|
To use it, add `tmux-cssh` to the plugins array in your zshrc file: |
|
```zsh |
|
plugins=(... tmux-cssh) |
|
``` |
|
|
|
First upstream repo, now disappeared: https://github.com/dennishafemann/tmux-cssh.
|
|
|