Merge pull request #3338 from atom/ns-change-ctrl-a-binding

Change ctrl-a binding to editor:move-to-first-character-of-line on Mac
Esse commit está contido em:
Nathan Sobo
2014-09-15 12:15:59 -06:00
+1 -1
Ver Arquivo
@@ -119,7 +119,7 @@
'cmd-shift-right': 'editor:select-to-end-of-line'
'alt-backspace': 'editor:delete-to-beginning-of-word'
'alt-delete': 'editor:delete-to-end-of-word'
'ctrl-a': 'editor:move-to-beginning-of-line'
'ctrl-a': 'editor:move-to-first-character-of-line'
'ctrl-e': 'editor:move-to-end-of-line'
'ctrl-k': 'editor:cut-to-end-of-line'