mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Helper for reloading everything.
Probably should put in my .atomicity dir but I am social coding.
This commit is contained in:
@@ -135,3 +135,8 @@ bindKey 'fullscreen', 'Command-Shift-Return', (env) ->
|
||||
|
||||
bindKey 'console', 'Command-Ctrl-k', (env) ->
|
||||
Chrome.inspector().showConsole(1)
|
||||
|
||||
bindKey 'reload', 'Command-Ctrl-r', (env) ->
|
||||
Chrome.createWindow()
|
||||
WindowController.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user