mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Reduce specificity of platform keybindings
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
'meta-8': 'pane:show-item-8'
|
||||
'meta-9': 'pane:show-item-9'
|
||||
|
||||
'body.platform-darwin .editor':
|
||||
'.platform-darwin .editor':
|
||||
# Apple Specific
|
||||
'meta-backspace': 'editor:backspace-to-beginning-of-line'
|
||||
'meta-delete': 'editor:backspace-to-beginning-of-line'
|
||||
|
||||
@@ -50,6 +50,6 @@
|
||||
'ctrl-k meta-left': 'window:focus-previous-pane'
|
||||
'ctrl-k meta-right': 'window:focus-next-pane'
|
||||
|
||||
'body.platform-win32 .editor':
|
||||
'.platform-win32 .editor':
|
||||
# Windows specific
|
||||
'ctrl-delete': 'editor:backspace-to-beginning-of-word'
|
||||
'ctrl-delete': 'editor:backspace-to-beginning-of-word'
|
||||
|
||||
Reference in New Issue
Block a user