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.

22 lines
606 B

3 years ago
  1. # Aliases cheatsheet
  2. **Maintainer:** [@hqingyi](https://github.com/hqingyi)
  3. With lots of 3rd-party amazing aliases installed, this plugin helps list the shortcuts
  4. that are currently available based on the plugins you have enabled.
  5. To use it, add `aliases` to the plugins array in your zshrc file:
  6. ```zsh
  7. plugins=(aliases)
  8. ```
  9. Requirements: Python needs to be installed.
  10. ## Usage
  11. - `acs`: show all aliases by group.
  12. - `acs <keyword>`: filter aliases by `<keyword>` and highlight.
  13. ![screenshot](https://cloud.githubusercontent.com/assets/3602957/11581913/cb54fb8a-9a82-11e5-846b-5a67f67ad9ad.png)