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 terry.reedy
Recipients terry.reedy, wyz23x2
Date 2020-06-22.13:33:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592832831.92.0.272428620231.issue41075@roundup.psfhosted.org>
In-reply-to
Content
There is an old issue proposing making ↑↓ navigate through history in Shell, with cntl/alt ↑↓, for instance, navigating through lines.  


In the meanwhile, one is supposed to be able to redefine the abstract <history-next> and <history-previous> keys in the Keys tab of the settings dialog.  For instance, to Alt-Down and Alt-Up.  However, it is not currently working as I expect and I need to investigate more.

A new history list mechanism is a possibility, but I would want to first change Shell to only add syntactically correct entries to the permanent list.  One should be able to edit a statement until it is correct, just as when trying to run from the editor.  This would reduce the need to retrieve history by perhaps half (depending on one's syntax knowledge and typing accuracy).
History
Date User Action Args
2020-06-22 13:33:51terry.reedysetrecipients: + terry.reedy, wyz23x2
2020-06-22 13:33:51terry.reedysetmessageid: <1592832831.92.0.272428620231.issue41075@roundup.psfhosted.org>
2020-06-22 13:33:51terry.reedylinkissue41075 messages
2020-06-22 13:33:51terry.reedycreate