Skip to content
Permalink
Browse files

Move syntax-aware-selection key bindings to base keymap

  • Loading branch information...
maxbrunsfeld committed Oct 24, 2018
1 parent a719c6c commit ab9fc642c1df96fb08846a6a66c61d44e631c99f
Showing with 2 additions and 2 deletions.
  1. +2 −0 keymaps/base.cson
  2. +0 −2 keymaps/darwin.cson
@@ -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'
@@ -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'

0 comments on commit ab9fc64

Please sign in to comment.
You can’t perform that action at this time.