Textmate 2 - Delete a Macro

154 Views Asked by At

I was not able to find a way to delete a custom macro that I just created using the latest Textmate version. Surely this should be fairly simple task?

The only option in the Edit Bundle section is the enable/disable the macro.

enter image description here

1

There are 1 best solutions below

0
On BEST ANSWER

Select the macro in the bundle, and either use the hotkey (Command + Delete) or the menu; Edit - Delete

If for some reason that doesn't work, the macros themselves are stored in

~/Library/Application Support/Avian/Bundles/[BUNDLE NAME].tmBundle/Commands

or

~/Library/Application Support/Textmate/Bundles/[BUNDLE NAME].tmBundle/Commands

And you can just delete the files from there.