mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Social coding.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user