browser-refresh package
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
Supported browsers
- Chrome
- Chrome Canary
- Firefox
- Firefox Nightly
- Firefox Developer Edition
- Safari (Mac only)