[IPython-dev] IPython 5.0.0rc1

Matthias Bussonnier bussonniermatthias at gmail.com
Tue Jul 5 22:12:38 EDT 2016


If they are available, likely yes.
We still haven't completly figured out the prompt_toolkit keyboard
configuration for it to be easy and declarative.

On Tue, Jul 5, 2016 at 6:53 PM, Aaron Meurer <asmeurer at gmail.com> wrote:
> Could we also map C-v and M-v to page down/up in emacs mode then?
>
> Aaron Meurer
>
> On Tue, Jul 5, 2016 at 9:47 PM, Fernando Perez <fperez.net at gmail.com> wrote:
>>
>> On Tue, Jul 5, 2016 at 6:43 PM, Matthias Bussonnier
>> <bussonniermatthias at gmail.com> wrote:
>>>
>>> Just bind your PageUp/Down in Terminal.App to the correct escape sequeces:
>>>
>>> Terminal > preferences > keyboard > +
>>>
>>> To respectively  PgUp: \033[5~ and PgDown: \033[6~  the `\033` can be
>>> obtain by pressing `Esc` and **not** by pressing `\`,`0`,`3`,`3` in
>>> sequence.
>>
>>
>> Thanks for that solution!  I actually like Pg Up/Down to scroll as I use it
>> a lot, so I'll probably give this up for now.
>>
>> The issue remains that the default for OSX terminal users won't do this, but
>> at least
>>
>> a) it works on iTerm
>> b) there's a workaround if you're willing to sacrifice easy keyboard
>> scrolling on Terminal.
>>
>>
>> --
>> Fernando Perez (@fperez_org; http://fperez.org)
>> fperez.net-at-gmail: mailing lists only (I ignore this when swamped!)
>> fernando.perez-at-berkeley: contact me here for any direct mail
>>
>> _______________________________________________
>> IPython-dev mailing list
>> IPython-dev at scipy.org
>> https://mail.scipy.org/mailman/listinfo/ipython-dev
>>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> https://mail.scipy.org/mailman/listinfo/ipython-dev



More information about the IPython-dev mailing list