diff --git a/Default.sublime-commands b/Default.sublime-commands new file mode 100644 index 0000000..68aefa7 --- /dev/null +++ b/Default.sublime-commands @@ -0,0 +1,16 @@ +[ + { + "caption": "Macroptimize: Select Macro", + "command": "macroptimize", + "args": { + "runLast": false + } + }, + { + "caption": "Macroptimize: Run Last Macro", + "command": "macroptimize", + "args": { + "runLast": true + } + } +] diff --git a/README.md b/README.md index d3e0a41..3d1c09c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Install this plugin with [Package Control](https://packagecontrol.io/packages/Ma Just ctrl+alt+z and select which macro to run or if you have already ran a macro, press ctrl+alt+x to run the last macro again! +Or select commands `Macroptimize: Select Macro` and `Macroptimize: Run Last Macro` in command palette. + ## TODO - Repeat until end of file setting (maybe even per macro)