From 5aaeae4cc77b4805a4a41df42fe8708f5495f963 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Tue, 6 Jan 2015 11:40:02 -0400 Subject: [PATCH] Fixes #177. Update keybinding to beautify:beautify-editor --- keymaps/atom-beautify.cson | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keymaps/atom-beautify.cson b/keymaps/atom-beautify.cson index ddf0c68..15e5b73 100644 --- a/keymaps/atom-beautify.cson +++ b/keymaps/atom-beautify.cson @@ -7,5 +7,5 @@ # For more detailed documentation see # https://atom.io/docs/latest/advanced/keymaps -'.workspace .editor:not(.mini)': - 'ctrl-alt-b': 'beautify:editor' +'atom-text-editor': + 'ctrl-alt-b': 'beautify:beautify-editor'