Add ctrl-A/E keybinding to select to beginning/end of line

Closes #711
This commit is contained in:
Kevin Sawicki 2013-08-22 09:00:02 -07:00
parent 95a23cdada
commit 070a72e76c

View File

@ -17,3 +17,5 @@
'meta-backspace': 'editor:backspace-to-beginning-of-line'
'alt-delete': 'editor:delete-to-end-of-word'
'ctrl-t': 'editor:transpose'
'ctrl-A': 'editor:select-to-first-character-of-line'
'ctrl-E': 'editor:select-to-end-of-line'