mirror of
https://github.com/atom/atom.git
synced 2026-01-22 05:17:57 -05:00
🏁 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:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user