We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a719c6c commit ab9fc64Copy full SHA for ab9fc64
keymaps/base.cson
@@ -8,6 +8,8 @@
8
'atom-text-editor:not([mini])':
9
# Atom Specific
10
'ctrl-shift-c': 'editor:copy-path'
11
+ 'alt-up': 'editor:select-larger-syntax-node'
12
+ 'alt-down': 'editor:select-smaller-syntax-node'
13
14
# Sublime Parity
15
'tab': 'editor:indent'
keymaps/darwin.cson
@@ -133,8 +133,6 @@
133
'cmd-ctrl-left': 'editor:move-selection-left'
134
'cmd-ctrl-right': 'editor:move-selection-right'
135
'cmd-shift-V': 'editor:paste-without-reformatting'
136
- 'alt-up': 'editor:select-larger-syntax-node'
137
- 'alt-down': 'editor:select-smaller-syntax-node'
138
139
# Emacs
140
'alt-f': 'editor:move-to-end-of-word'
0 commit comments