[Top][All Lists]
[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.)
- Re: scroll-conservatively default, (continued)
- Re: scroll-conservatively default, Leo, 2007/12/04
- Re: scroll-conservatively default, Eli Zaretskii, 2007/12/04
- Re: scroll-conservatively default, Miles Bader, 2007/12/06
- Re: scroll-conservatively default, David Kastrup, 2007/12/06
- Re: scroll-conservatively default, Andreas Schwab, 2007/12/06
- Re: scroll-conservatively default, Richard Stallman, 2007/12/06
- Re: scroll-conservatively default, Andreas Schwab, 2007/12/07
- Re: scroll-conservatively default,
Eli Zaretskii <=
- Re: scroll-conservatively default, David Kastrup, 2007/12/06
- Re: scroll-conservatively default, Miles Bader, 2007/12/06
Re: recenter-top-bottom, Johan Bockgård, 2007/12/01