mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
moving this hax to my personal ~/.atomicity for now
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user