mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
ctrl-a moves the cursor to the beginning of the line on OS X
Keybinding now matches default OS behavior
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user