mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03: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'
|