]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/textmate/README.md
e6c1943f4a2d01493c847ffa415b738ce71de372
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / textmate / README.md
1 # TextMate plugin
2
3 The plugin adds a function for the [TextMate](https://macromates.com) editor.
4
5 To use it, add `textmate` to the plugins array of your zshrc file:
6
7 ```zsh
8 plugins=(... textmate)
9 ```
10
11 ## Function
12
13 The `tm` function provides the following options:
14
15 - No arguments: Run `mate` in the current directory.
16 - Argument that is a directory: Run `mate` in the given directory and cd to it.
17 - Other arguments: Pass all arguments to `mate`. This allows for easy opening of multiple files.