I use sublime 2 on Linux Ubuntu and when I right click on my HTML code and choose Open in Browser, the editor open the code in Firefox not Chrome despite the Chrome is the default browser. I want solution for this problem.
I want open my code in Chrome not Firefox?
Jackeroo
#2
Preferences-> Package Settings -> Side Bar -> Settings - User
edit file
“default_browser”: “chrome”
save file
restart Sublime Text
1 Like