]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/kate/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / kate / README.md
1 # Kate plugin
2
3 This plugin adds aliases for the [Kate editor](https://kate-editor.org).
4
5 To use it, add kate to the plugins array of your zshrc file:
6 ```
7 plugins=(... kate)
8 ```
9
10 ## Aliases
11
12 | Alias | Command                | Description         |
13 |-------|------------------------|---------------------|
14 | kate  | `kate >/dev/null 2>&1` | Start kate silently |
15
16 ## Functions
17
18 | Function   | Description                              |
19 |------------|------------------------------------------|
20 | `kt <dir>` | Change to directory and start kate there |