Message311575
| 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:20 | rhettinger | set | recipients: + rhettinger, terry.reedy |
| 2018-02-03 22:24:20 | rhettinger | set | messageid: <1517696660.49.0.467229070634.issue32761@psf.upfronthosting.co.za> |
| 2018-02-03 22:24:20 | rhettinger | link | issue32761 messages |
| 2018-02-03 22:24:20 | rhettinger | create | |