Move syntax-aware-selection key bindings to base keymap

This commit is contained in:
Max Brunsfeld 2018-10-24 10:36:58 -07:00
parent a719c6cc2c
commit ab9fc642c1
2 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,8 @@
'atom-text-editor:not([mini])':
# Atom Specific
'ctrl-shift-c': 'editor:copy-path'
'alt-up': 'editor:select-larger-syntax-node'
'alt-down': 'editor:select-smaller-syntax-node'
# Sublime Parity
'tab': 'editor:indent'

View File

@ -133,8 +133,6 @@
'cmd-ctrl-left': 'editor:move-selection-left'
'cmd-ctrl-right': 'editor:move-selection-right'
'cmd-shift-V': 'editor:paste-without-reformatting'
'alt-up': 'editor:select-larger-syntax-node'
'alt-down': 'editor:select-smaller-syntax-node'
# Emacs
'alt-f': 'editor:move-to-end-of-word'