Skip to content

Commit

Permalink
ctrl-a moves the cursor to the beginning of the line on OS X
Browse files Browse the repository at this point in the history
Keybinding now matches default OS behavior
  • Loading branch information
probablycorey committed Dec 30, 2013
1 parent bac7678 commit 97aed1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keymaps/darwin.cson
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
'cmd-shift-right': 'editor:select-to-end-of-line'
'alt-backspace': 'editor:backspace-to-beginning-of-word'
'alt-delete': 'editor:delete-to-end-of-word'
'ctrl-a': 'editor:move-to-first-character-of-line'
'ctrl-a': 'editor:move-to-beginning-of-line'
'ctrl-e': 'editor:move-to-end-of-line'
'ctrl-k': 'editor:cut-to-end-of-line'

Expand Down

0 comments on commit 97aed1f

Please sign in to comment.