[IPython-dev] IPython 5.0.0rc1

Matthias Bussonnier bussonniermatthias at gmail.com
Tue Jul 5 21:43:19 EDT 2016


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.
-- 
M


On Tue, Jul 5, 2016 at 6:31 PM, Fernando Perez <fperez.net at gmail.com> wrote:
>
> On Tue, Jul 5, 2016 at 6:22 PM, Matthias Bussonnier
> <bussonniermatthias at gmail.com> wrote:
>>
>> Page-Up / Page-Down (fn-up/fn-down should work too
>> At least it works for me on mac), and indeed it's one of the things
>> that annoyed me a bit,
>> but my muscle memory adjusted quite fast.
>
>
> Unfortunately on OSX that only works on iTerm2.
>
> On the default OSX Termina, for me Page up/down simply scroll the entire
> 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
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screen Shot 2016-07-05 at 18.39.31.png
Type: image/png
Size: 326702 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20160705/75b16dbe/attachment.png>


More information about the IPython-dev mailing list