Unverified Commit dd3c95c6 authored by Brian Mitchell's avatar Brian Mitchell Committed by GitHub
Browse files

Add README for textmate plugin

parent 6fecbf6a
# TextMate plugin
The plugin adds aliases for the [TextMate](https://macromates.com) editor.
To use it, add `textmate` to the plugins array of your zshrc file:
```
plugins=(... textmate)
```
## Aliases
| Alias | Command | Description |
|-----------------|-------------|---------------|
| tm | `mate .` | Open TextMate in the current directory. |
| tm \<directory> | `mate <directory>` `cd <directory>` | Open TextMate in the given directory and cd to it. |
| tm <*> | `mate "$@"` | Pass all arguments to `mate`. This allows for easy opening of multiple files. |
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment