README.md 491 Bytes
Newer Older
1
2
# TextMate plugin

Brian Mitchell's avatar
Brian Mitchell committed
3
The plugin adds a function for the [TextMate](https://macromates.com) editor.
4
5
6
7
8
9

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

Brian Mitchell's avatar
Brian Mitchell committed
10
## Function
11

Brian Mitchell's avatar
Brian Mitchell committed
12
13
14
15
16
The `tm` function provides the following options:

- No arguments: Run `mate` in the current directory.
- Argument that is a directory: Run `mate` in the given directory and cd to it.
- Other arguments: Pass all arguments to `mate`. This allows for easy opening of multiple files.