README.md 550 Bytes
Newer Older
Sandra Parsick's avatar
Sandra Parsick committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Kate plugin

This plugin adds aliases for the [Kate editor](https://kate-editor.org).

To use it, add kate to the plugins array of your zshrc file:
```
plugins=(... kate)
```

## Aliases

| Alias | Command                | Description         |
|-------|------------------------|---------------------|
| kate  | `kate >/dev/null 2>&1` | Start kate silently |

## Functions

| Function   | Description                              |
|------------|------------------------------------------|
| `kt <dir>` | Change to directory and start kate there |