Sublime Forum

Modify context menu

#1

I added a find option to the context menu.
{ “command”: “show_panel”, “args”:{“panel”: “find_in_files”}, “caption”: “Find…” }
Works great, but I need to hit enter myself. Is there a way to execute the command directly?

0 Likes