cmd-shift-d

This commit is contained in:
Chris Wanstrath
2011-11-10 09:07:16 -08:00
parent 1e50af3db8
commit c11227da25

View File

@@ -7,7 +7,7 @@ window:
'cmd-r': (window) -> window.reload()
document:
'cmd-ctrl-d': -> console.log 'derp'
'cmd-shift-d': -> console.log 'derp'
editor:
'cmd-w': 'removeBuffer'