diff --git a/keymaps/linux.cson b/keymaps/linux.cson index 9d3e4dbb1..09c892f12 100644 --- a/keymaps/linux.cson +++ b/keymaps/linux.cson @@ -87,7 +87,7 @@ 'alt-8': 'pane:show-item-8' 'alt-9': 'pane:show-item-9' -'atom-workspace atom-text-editor': +'atom-text-editor': # Platform Bindings 'ctrl-left': 'editor:move-to-beginning-of-word' 'ctrl-right': 'editor:move-to-end-of-word' diff --git a/keymaps/win32.cson b/keymaps/win32.cson index 8a8e92249..c0574175f 100644 --- a/keymaps/win32.cson +++ b/keymaps/win32.cson @@ -92,7 +92,7 @@ 'alt-8': 'pane:show-item-8' 'alt-9': 'pane:show-item-9' -'atom-workspace atom-text-editor': +'atom-text-editor': # Platform Bindings 'ctrl-left': 'editor:move-to-beginning-of-word' 'ctrl-right': 'editor:move-to-end-of-word'