mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Add ctrl-h and ctrl-d bindings
This commit is contained in:
@@ -7,3 +7,5 @@ window.keymap.bindKeys '.editor',
|
||||
'alt-b': 'move-to-previous-word'
|
||||
'ctrl-a': 'move-to-first-character-of-line'
|
||||
'ctrl-e': 'move-to-end-of-line'
|
||||
'ctrl-h': 'backspace'
|
||||
'ctrl-d': 'delete'
|
||||
|
||||
Reference in New Issue
Block a user