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 r.david.murray
Recipients r.david.murray, sebastin, steven.daprano, terry.reedy
Date 2018-06-18.15:16:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529334986.4.0.56676864532.issue33893@psf.upfronthosting.co.za>
In-reply-to
Content
zsh lets you edit multiline shell commands as a unit.  If you up-arrow, you get all the lines of the block popped up, with the cursor on the last line.  Further arrow keys will navigate within the multiline text block, with an up-arrow from the first line taking you to the next previous shell command, and enter within the block will re-execute the entire modified multiline command.  I haven't used IDLE recently enough to remember how that compares to how IDLE works.
History
Date User Action Args
2018-06-18 15:16:26r.david.murraysetrecipients: + r.david.murray, terry.reedy, steven.daprano, sebastin
2018-06-18 15:16:26r.david.murraysetmessageid: <1529334986.4.0.56676864532.issue33893@psf.upfronthosting.co.za>
2018-06-18 15:16:26r.david.murraylinkissue33893 messages
2018-06-18 15:16:26r.david.murraycreate