This commit is contained in:
Chris Wanstrath
2011-11-13 22:55:33 -08:00
parent bc6e2597b0
commit 2a90f10cbe

View File

@@ -1,5 +1,6 @@
app:
'cmd-q': (app) -> app.quit()
'cmd-n': (app) -> atom.native.newWindow()
window:
'cmd-shift-I': (window) -> window.showConsole()