Skip to content

Commit ab9fc64

Browse files
committed
Move syntax-aware-selection key bindings to base keymap
1 parent a719c6c commit ab9fc64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

keymaps/base.cson

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
'atom-text-editor:not([mini])':
99
# Atom Specific
1010
'ctrl-shift-c': 'editor:copy-path'
11+
'alt-up': 'editor:select-larger-syntax-node'
12+
'alt-down': 'editor:select-smaller-syntax-node'
1113

1214
# Sublime Parity
1315
'tab': 'editor:indent'

keymaps/darwin.cson

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@
133133
'cmd-ctrl-left': 'editor:move-selection-left'
134134
'cmd-ctrl-right': 'editor:move-selection-right'
135135
'cmd-shift-V': 'editor:paste-without-reformatting'
136-
'alt-up': 'editor:select-larger-syntax-node'
137-
'alt-down': 'editor:select-smaller-syntax-node'
138136

139137
# Emacs
140138
'alt-f': 'editor:move-to-end-of-word'

0 commit comments

Comments
 (0)