Sublime Forum

Html Build : opening or actualizing a tab (chromium)

#1

hello,
I try to make a build system for Html files.

{
"cmd": ["chromium-browser", "$file"],
"selector": "text.html"
}

It works but every time I type Ctrl+B, it opens a new tab.
Is there a solution to open a new tab or to to actualize the opened one ?

Thank you.

0 Likes