Ticket #211 (new enhancement)

Opened 9 months ago

Ability to toggle/disable multiline history

Reported by: afoglia Assigned to: fperez
Priority: normal Milestone:
Component: ipython Version:
Severity: minor Keywords:
Cc:

Description

I often do loops, and then want to insert lines within the loop. I don't think this is possible with the multiline history. I tried using %edit, but calling %edit with the input line only gives the first line of the input, not the complete multiline command.

If there were a either a configuration variable to disable or, better yet some way to toggle whether the history is multiline or line by line, it would be appreciated.