Cheryl Sabella added the comment:
That's interesting. I've always thought of Control+A to be 'select all'.
https://en.wikipedia.org/wiki/Table_of_keyboard_shortcuts
Do you think a new keybinding theme should be added for bash/emacs? I don't
know how well emacs would work without allowing c
New submission from Raymond Hettinger :
The default keymap for Cntl-A should be , the same as
Cntl-KeyLeft. This is consistent with how Cntl-A behaves at the bash prompt
and in Emacs.
>>> print('Hello World')
^--- Cntl-A should take you here
^--- Cntl-A currently takes you here (whic