diff --git a/src/atom/editor.coffee b/src/atom/editor.coffee index 70531a0ed..56225d669 100644 --- a/src/atom/editor.coffee +++ b/src/atom/editor.coffee @@ -50,7 +50,7 @@ class Editor extends View @autoIndent = true bindKeys: -> - window.keymap.bindKeys '*:not(.editor *)', + window.keymap.bindKeys '.editor', 'meta-s': 'save' right: 'move-right' left: 'move-left'