mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Add alt-backspace and alt-h bindings to backspace to beginning of word
This commit is contained in:
@@ -10,4 +10,5 @@ window.keymap.bindKeys '.editor'
|
||||
'meta-shift-left': 'select-to-beginning-of-line'
|
||||
'meta-shift-right': 'select-to-end-of-line'
|
||||
'alt-shift-left': 'select-to-beginning-of-word'
|
||||
'alt-shift-right': 'select-to-end-of-word'
|
||||
'alt-shift-right': 'select-to-end-of-word'
|
||||
'alt-backspace': 'backspace-to-beginning-of-word'
|
||||
|
||||
@@ -9,3 +9,4 @@ window.keymap.bindKeys '.editor',
|
||||
'ctrl-e': 'move-to-end-of-line'
|
||||
'ctrl-h': 'backspace'
|
||||
'ctrl-d': 'delete'
|
||||
'alt-h': 'backspace-to-beginning-of-word'
|
||||
|
||||
Reference in New Issue
Block a user