help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to scroll other window backwards? C-M-v does forwards


From: Teemu Likonen
Subject: Re: How to scroll other window backwards? C-M-v does forwards
Date: Wed, 08 Dec 2010 15:17:15 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.50 (gnu/linux)

* 2010-07-03 22:50 (-0700), Daniel wrote:

> I think that the control + meta + v function is great. However, is
> there a way to scroll the other window's file backwards without having
> to leave my current window?

Add Shift key to that key combination.

    C-M-S-v runs the command scroll-other-window-down, which is an
    interactive compiled Lisp function in `simple.el'.

    It is bound to <M-prior>, C-M-S-v, ESC <prior>.

    (scroll-other-window-down LINES)

    Scroll the "other window" down.
    For more details, see the documentation for `scroll-other-window'.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]