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

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

Re: Is there any way to scoll up the other window


From: Peter Dyballa
Subject: Re: Is there any way to scoll up the other window
Date: Wed, 14 Sep 2005 11:41:24 +0200


Am 14.09.2005 um 10:17 schrieb tong wang:

Searched a little bit , could only find C+M+v to scoll the other window down , is there any way to scoll it up also?


Yes. You can bind another key to that function.

        (global-set-key (quote [C-s-up]) (quote scroll-other-window-down))
        (global-set-key (quote [C-s-down]) (quote scroll-other-window))


--
Greetings

  Pete       (:
        _    / __    -    -
      _/ \__/_/        -     -
     (´`)      (´`)   -    -
      `´        `´





reply via email to

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