From e288902540eddb48eb2907e0cfd17c74990ced6c Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sun, 28 Aug 2011 01:47:58 -0700 Subject: [PATCH] moving this hax to my personal ~/.atomicity for now --- src/editor.coffee | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/editor.coffee b/src/editor.coffee index 9d98acac8..e106c0446 100644 --- a/src/editor.coffee +++ b/src/editor.coffee @@ -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()