From f1079056cfc985f9bd2f424c0a97bd6e3ce0f938 Mon Sep 17 00:00:00 2001 From: Philip Giuliani Date: Fri, 7 Nov 2014 09:43:46 +0100 Subject: [PATCH] Update .workspace class with custom element Because of the update with the custom elements, i noticed that `.workspace` hasn't been updated in the `keymap.cson`, but `.editor` has (to `atom-text-editor`). --- dot-atom/keymap.cson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot-atom/keymap.cson b/dot-atom/keymap.cson index b2d4928d8..e23da0393 100644 --- a/dot-atom/keymap.cson +++ b/dot-atom/keymap.cson @@ -12,7 +12,7 @@ # 'atom-text-editor': # 'enter': 'editor:newline' # -# '.workspace': +# 'atom-workspace': # 'ctrl-shift-p': 'core:move-up' # 'ctrl-p': 'core:move-down' #