diff --git a/src/atomicity.coffee b/src/atomicity.coffee index 3980dc6c1..beebedbeb 100644 --- a/src/atomicity.coffee +++ b/src/atomicity.coffee @@ -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) ->