🏁 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.
This commit is contained in:
Kevin Sawicki
2014-06-04 13:10:59 -07:00
parent 11fbb33a24
commit bf16527aa6

View File

@@ -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'