mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Add emacs bindings for add selection commands: alt-ctrl-n/p
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
'ctrl-N': 'core:select-down'
|
||||
'ctrl-F': 'core:select-right'
|
||||
'ctrl-B': 'core:select-left'
|
||||
'alt-ctrl-n': 'editor:add-selection-below'
|
||||
'alt-ctrl-p': 'editor:add-selection-above'
|
||||
'ctrl-h': 'core:backspace'
|
||||
'ctrl-d': 'core:delete'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user