2014-10-09 01:11:57 +04:00
|
|
|
'atom-text-editor':
|
2012-10-05 02:03:33 +04:00
|
|
|
'alt-f': 'editor:move-to-end-of-word'
|
2015-07-01 20:27:40 +03:00
|
|
|
'alt-ctrl-f': 'editor:move-to-next-subword-boundary'
|
2012-10-05 02:03:33 +04:00
|
|
|
'alt-F': 'editor:select-to-end-of-word'
|
2015-07-01 20:27:40 +03:00
|
|
|
'alt-ctrl-F': 'editor:select-to-next-subword-boundary'
|
2012-10-05 02:03:33 +04:00
|
|
|
'alt-b': 'editor:move-to-beginning-of-word'
|
2015-07-01 20:27:40 +03:00
|
|
|
'alt-ctrl-b': 'editor:move-to-previous-subword-boundary'
|
2012-10-05 02:03:33 +04:00
|
|
|
'alt-B': 'editor:select-to-beginning-of-word'
|
2015-07-01 20:27:40 +03:00
|
|
|
'alt-ctrl-B': 'editor:select-to-previous-subword-boundary'
|
2014-05-12 02:40:49 +04:00
|
|
|
'alt-h': 'editor:delete-to-beginning-of-word'
|
2015-07-01 20:27:40 +03:00
|
|
|
'alt-ctrl-h': 'editor:delete-to-beginning-of-subword'
|
2012-10-05 02:03:33 +04:00
|
|
|
'alt-d': 'editor:delete-to-end-of-word'
|
2015-07-01 20:27:40 +03:00
|
|
|
'alt-ctrl-d': 'editor:delete-to-end-of-subword'
|