Sublime Forum

[solved] Run macro from command palette

#1

hi,

I used to be able to run my macros from the command palette. — I just did a clean installation of ST on my new computer and copied over my macros. I can run them from the menu, but they do not show up in the command palette anymore like they used to.

am I missing s.th. here?

thanks,
freder

0 Likes

#2

from what I can see, macros don’t show up by default in the Command Palette. Maybe you had a .sublime-commands file on your old computer which manually referenced all your macros to be displayed in the Command Palette?

3 Likes

#3

you are right! — looks like I had manually added them to Default.sublime-commands.
thanks!

0 Likes