This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients rhettinger, terry.reedy
Date 2018-02-03.22:24:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517696660.49.0.467229070634.issue32761@psf.upfronthosting.co.za>
In-reply-to
Content
The default keymap for Cntl-A should be <beginning-of-line>, 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 (which is never helpful).
History
Date User Action Args
2018-02-03 22:24:20rhettingersetrecipients: + rhettinger, terry.reedy
2018-02-03 22:24:20rhettingersetmessageid: <1517696660.49.0.467229070634.issue32761@psf.upfronthosting.co.za>
2018-02-03 22:24:20rhettingerlinkissue32761 messages
2018-02-03 22:24:20rhettingercreate