Re: IPython 5.0.0rc1
Aaron Meurer <[email protected]> Tue, 5 Jul 2016 21:53:11 -0400
| Newsgroups | gmane.comp.python.ipython.devel |
|---|---|
| Message-ID | <CAKgW=6+Xp+B0PJuOm-+fk2sYf+VRRM=Sn3Ri9-XCLua0oOMMdQ@mail.gmail.com> |
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 <[email protected]> wrote: > > On Tue, Jul 5, 2016 at 6:43 PM, Matthias Bussonnier > <[email protected]> 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 > [email protected] > https://mail.scipy.org/mailman/listinfo/ipython-dev >