Reloads browser from within the atom editor using keyboard shortcut f5
or alt-shift-cmd-s
. Tested on mac and linux.
On Mac OSX, Chrome and Chrome Canary can refresh without stealing focus (optional). Firefox and Safari will steal the focus.
On Linux, you need to install xdotool
. sudo apt-get install xdotool
on ubuntu.
Commands to refresh browsers are taken from sublime plugin
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.