Social coding.

This commit is contained in:
Chris Wanstrath 2011-08-29 23:01:03 -07:00
parent 918ee8e15e
commit c1faebd044

View File

@ -141,3 +141,7 @@ bindKey 'reload', 'Command-Ctrl-r', (env) ->
Chrome.createWindow()
WindowController.close()
# this should go in coffee.coffee or something
bindKey 'consolelog', 'Ctrl-L', (env) ->
env.editor.insert 'console.log ""'
env.editor.navigateLeft()