my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
495 B

3 years ago
  1. # TextMate plugin
  2. The plugin adds a function for the [TextMate](https://macromates.com) editor.
  3. To use it, add `textmate` to the plugins array of your zshrc file:
  4. ```zsh
  5. plugins=(... textmate)
  6. ```
  7. ## Function
  8. The `tm` function provides the following options:
  9. - No arguments: Run `mate` in the current directory.
  10. - Argument that is a directory: Run `mate` in the given directory and cd to it.
  11. - Other arguments: Pass all arguments to `mate`. This allows for easy opening of multiple files.