mirror of
https://github.com/atom/atom.git
synced 2026-01-20 04:18:01 -05:00
8 lines
286 B
Plaintext
8 lines
286 B
Plaintext
'atom-text-editor':
|
|
'alt-f': 'editor:move-to-end-of-word'
|
|
'alt-F': 'editor:select-to-end-of-word'
|
|
'alt-b': 'editor:move-to-beginning-of-word'
|
|
'alt-B': 'editor:select-to-beginning-of-word'
|
|
'alt-h': 'editor:delete-to-beginning-of-word'
|
|
'alt-d': 'editor:delete-to-end-of-word'
|