mirror of
https://github.com/atom/atom.git
synced 2026-02-08 21:55:05 -05:00
Export bindKey
This commit is contained in:
@@ -140,17 +140,13 @@ bindKey 'end', 'Alt-Shift-.', (env) ->
|
||||
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()
|
||||
|
||||
bindKey 'toggleProjectDrawer', 'Command-Ctrl-N', (env) ->
|
||||
Project.toggle()
|
||||
|
||||
exports.bindKey = bindKey
|
||||
|
||||
## load plugins
|
||||
plugins = _.map Dir.list(Chrome.appRoot() + "/plugins"), (plugin) ->
|
||||
|
||||
Reference in New Issue
Block a user