Re: IPython 5.0.0rc1
Matthias Bussonnier <[email protected]> Tue, 5 Jul 2016 19:12:38 -0700
| Newsgroups | gmane.comp.python.ipython.devel |
|---|---|
| Message-ID | <CANJQusXADPwa_wdBT2xD+NC4HYSU49fxu_akvhMcPmqcrONHBw@mail.gmail.com> |
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 <[email protected]> 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 <[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 >> > _______________________________________________ > IPython-dev mailing list > [email protected] > https://mail.scipy.org/mailman/listinfo/ipython-dev