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.

20 lines
550 B

3 years ago
  1. # Kate plugin
  2. This plugin adds aliases for the [Kate editor](https://kate-editor.org).
  3. To use it, add kate to the plugins array of your zshrc file:
  4. ```
  5. plugins=(... kate)
  6. ```
  7. ## Aliases
  8. | Alias | Command | Description |
  9. |-------|------------------------|---------------------|
  10. | kate | `kate >/dev/null 2>&1` | Start kate silently |
  11. ## Functions
  12. | Function | Description |
  13. |------------|------------------------------------------|
  14. | `kt <dir>` | Change to directory and start kate there |