unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Alan Mackenzie<none@example.invalid>
Subject: Re: Home and End
Date: Wed, 23 Apr 2003 08:09:40 +0000	[thread overview]
Message-ID: <4oh58b.s5.ln@acm.acm> (raw)
In-Reply-To: mailman.5098.1051050268.21513.help-gnu-emacs@gnu.org

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").

  parent reply	other threads:[~2003-04-23  8:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.5098.1051050268.21513.help-gnu-emacs@gnu.org>
2003-04-23  7:30 ` Home and End Stein A. Stromme
2003-04-23  8:09 ` Alan Mackenzie [this message]
2003-04-23 13:31 ` Hugh Lawson
2003-04-22 22:24 Bruce Park

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4oh58b.s5.ln@acm.acm \
    --to=none@example.invalid \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).