emacs-devel
[Top][All Lists]
Advanced

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

Re: scroll-conservatively default


From: Eli Zaretskii
Subject: Re: scroll-conservatively default
Date: Thu, 06 Dec 2007 23:14:00 +0200

> From: David Kastrup <address@hidden>
> Date: Thu, 06 Dec 2007 12:10:22 +0100
> Cc: Leo <address@hidden>, address@hidden
> 
> Emacs' keybindings in connection with the scrolling behavior don't help
> (vi has extra keybindings C-e and C-y for scrolling without moving
> point).

I'm not sure I understand what you mean, but if I do, you can, of
course, have this in Emacs.  I have the following keybindings in my
.emacs since about forever:

  (global-set-key "\C-z" (function (lambda () (interactive) (scroll-up 1))))
  (global-set-key "\M-z" (function (lambda () (interactive) (scroll-down 1))))

(If you like to iconify Emacs, use C-x C-z instead of C-z that is taken
by the above.)




reply via email to

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