moving this hax to my personal ~/.atomicity for now

This commit is contained in:
Chris Wanstrath
2011-08-28 01:47:58 -07:00
parent 223e39a617
commit e288902540

View File

@@ -123,9 +123,3 @@ define (require, exports, module) ->
bindKey 'fullscreen', 'Command-Shift-Return', (env) ->
Chrome.toggleFullscreen()
# HAX
# this should go in coffee.coffee or something
bindKey 'consolelog', 'Ctrl-L', (env) ->
env.editor.insert 'console.log ""'
env.editor.navigateLeft()