Skip to content

Commit

Permalink
kate: add README (#7238)
Browse files Browse the repository at this point in the history
  • Loading branch information
sparsick authored and mcornella committed Oct 5, 2018
1 parent 9e14387 commit 9aa8af3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions plugins/kate/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 |

0 comments on commit 9aa8af3

Please sign in to comment.