So the thing is I don’t “browse” html-files, I browse html-paths.
I used to press F3 to open html-files in my browser. This is my “Default (Windows).sublime-keymap”:
[
{ “keys”: [“f3”], “command”: “open_in_browser” },
…
]
When I realized that 97% of the times I open html-files I would like ST4 to open them.
So in my OS, I changed html to open with ST4,
unfortunately this breakes your open_in_browser-command that does not take any parameters afaik.
simple problem at your end: to either make parameters, or make two new commands, I suggest open_with_browser and open_in_ChromeORwhatever.
complex problem that involves MS too.