<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 9 June 2016 at 20:32, Aaron Meurer <span dir="ltr"><<a href="mailto:asmeurer@gmail.com" target="_blank">asmeurer@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div id=":3n7" class="">OK, my question for IPython 5: how can I make up arrow show the<br>
previous entry (assuming the cursor is at the top of a multiline<br>
input)? Right now up-arrow shows the most recent entry that starts<br>
with the text that is already typed. I managed to change this for the<br>
current version of IPython (I think by deleting the parse and bind of<br>
the arrows to history-search-backward from the default configuration<br>
file).</div></blockquote></div><br></div><div class="gmail_extra">Oh yes, I enabled that by default because I find it so useful that it annoys me when I ssh to computers where bash isn't configured to do it.<br><br></div><div class="gmail_extra">The parameter we pass to prompt_toolkit is here:<br><br><a href="https://github.com/ipython/ipython/blob/f16c803ccf7a047849c3fa36182bb5c730b5919b/IPython/terminal/ptshell.py#L272">https://github.com/ipython/ipython/blob/f16c803ccf7a047849c3fa36182bb5c730b5919b/IPython/terminal/ptshell.py#L272</a><br><br></div><div class="gmail_extra">It's not currently configurable, so I sense a PR in your future ;-)<br></div></div>