From bf16527aa6d15fe7cbda60a67889dcefddd089f9 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 4 Jun 2014 13:10:59 -0700 Subject: [PATCH] :checkered_flag: Use ctrl-alt-shift-p for logging Previously this was bound to both log cursor specs and run package specs and run package specs seemed to be a more valuable and commonly run command. --- keymaps/win32.cson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keymaps/win32.cson b/keymaps/win32.cson index 4027979d1..2e94af6ba 100644 --- a/keymaps/win32.cson +++ b/keymaps/win32.cson @@ -79,7 +79,7 @@ # Sublime Parity 'ctrl-a': 'core:select-all' - 'ctrl-alt-p': 'editor:log-cursor-scope' + 'ctrl-alt-shift-p': 'editor:log-cursor-scope' 'ctrl-k ctrl-u': 'editor:upper-case' 'ctrl-k ctrl-l': 'editor:lower-case'