Enable default editor keymaps for editors located outside atom-workspace

This commit is contained in:
Antonio Scandurra 2017-11-16 09:09:43 +01:00 committed by sadick254
parent 8722495b3c
commit fb338da0fc
No known key found for this signature in database
GPG Key ID: FB51CF448C1FD089
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@
'alt-8': 'pane:show-item-8'
'alt-9': 'pane:show-item-9'
'atom-workspace atom-text-editor':
'atom-text-editor':
# Platform Bindings
'ctrl-left': 'editor:move-to-beginning-of-word'
'ctrl-right': 'editor:move-to-end-of-word'

View File

@ -92,7 +92,7 @@
'alt-8': 'pane:show-item-8'
'alt-9': 'pane:show-item-9'
'atom-workspace atom-text-editor':
'atom-text-editor':
# Platform Bindings
'ctrl-left': 'editor:move-to-beginning-of-word'
'ctrl-right': 'editor:move-to-end-of-word'