mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-21 15:42:19 +08:00
8 lines
286 B
Text
8 lines
286 B
Text
|
'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'
|