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

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

Re: Home and End


From: Alan Mackenzie
Subject: Re: Home and End
Date: Wed, 23 Apr 2003 08:09:40 +0000
User-agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (Linux/2.0.35 (i686))

Bruce Park <bpark79@hotmail.com> wrote on Tue, 22 Apr 2003 18:24:21
-0400:
> In emacs21, are the keybindings for Home and End different? Does anyone
> know how to change the keybindings back to Esc-> and Esc-<
> respectively?

Yes, and yes.  Put the following two lines in your .emacs:

(global-set-key [end] 'end-of-buffer)
(global-set-key [home] 'beginning-of-buffer)

There is a section in the Emacs FAQ about key binding.  To get there,
type

C-h i
m Emacs FAQ

then select the menu item "Key bindings" from near the bottom of the menu
list.

-- 
Alan Mackenzie (Munich, Germany)
Email: aacm@muuc.dee; to decode, wherever there is a repeated letter
(like "aa"), remove half of them (leaving, say, "a").



reply via email to

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