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.

10 lines
296 B

3 years ago
  1. # tmux-cssh plugin
  2. This plugin adds autocompletion for [`tmux-cssh`](https://github.com/zinic/tmux-cssh/).
  3. To use it, add `tmux-cssh` to the plugins array in your zshrc file:
  4. ```zsh
  5. plugins=(... tmux-cssh)
  6. ```
  7. First upstream repo, now disappeared: https://github.com/dennishafemann/tmux-cssh.