Re: How to navigate history including multiline commands with prompt_toolkit

Matthias Bussonnier <[email protected]> Thu, 16 Jun 2016 14:13:28 -0700
Newsgroups gmane.comp.python.ipython.devel
Message-ID <CANJQusV7cOzVWwbB2=jXBOHQh1RzmDBBd1JMWnei_aQ2xpsJ-w@mail.gmail.com>
There is an open issues but...it's complicated:

https://github.com/ipython/ipython/issues/9623
-- 
M

On Thu, Jun 16, 2016 at 2:10 PM, Nathan Goldbaum <[email protected]> wrote:
>
>
> On Thu, Jun 16, 2016 at 4:07 PM, Matthias Bussonnier
> <[email protected]> wrote:
>>
>> pageup/pagedown (fn-up, fn-down) directly select next/previous in history.
>
>
> Thanks Matthias.
>
> Is there a place where all the keyboard shortcuts are documented? I don't
> see it anywhere in the docs for the development verison of IPython:
>
> http://ipython.readthedocs.io/en/latest
>
>>
>>
>> --
>> M
>>
>> On Thu, Jun 16, 2016 at 1:57 PM, Nathan Goldbaum <[email protected]>
>> wrote:
>> > Hi all,
>> >
>> > I've been using the new IPython 5.0 beta since it was released. It's
>> > pretty
>> > great, except for a few rough edges where I need to correct my muscle
>> > memory
>> > that has been informed by readline.
>> >
>> > Today I noticed that if your history includes multiline input,
>> > navigating to
>> > older inputs can be painful, especially if your multiline inputs are
>> > long.
>> > This asciinema illustates the issue:
>> >
>> > https://asciinema.org/a/1qfdt9sp126quibwkeohs08bs
>> >
>> > Is there a way to navigate to previous entries in history that is
>> > smarter
>> > about multiline input than the up-arrow key?
>> >
>> > Thanks!
>> >
>> > -Nathan
>> >
>> > _______________________________________________
>> > IPython-dev mailing list
>> > [email protected]
>> > https://mail.scipy.org/mailman/listinfo/ipython-dev
>> >
>> _______________________________________________
>> IPython-dev mailing list
>> [email protected]
>> https://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
>
> _______________________________________________
> IPython-dev mailing list
> [email protected]
> https://mail.scipy.org/mailman/listinfo/ipython-dev
>