all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alan Shutko <ats@acm.org>
Subject: Re: end key
Date: Fri, 30 Aug 2002 18:02:39 -0400	[thread overview]
Message-ID: <87znv4ovi8.fsf@wesley.springies.com> (raw)
In-Reply-To: Pine.LNX.4.44.0208301400370.22501-100000@cardinal2.Stanford.EDU

benson limketkai <bensonl@stanford.edu> writes:

> i'm using gnu emacs 21.2.1.  i'm used to the END key going to the end of
> the file, not the end of the line (that's what C-e is for), but i'm not
> sure how to change the keyboard config.

Toss this into your .emacs:

(global-set-key (kbd "<home>") 'beginning-of-buffer)
(global-set-key (kbd "<end>") 'end-of-buffer)

-- 
Alan Shutko <ats@acm.org> - In a variety of flavors!
M*A*S*H payday: "All personnel will kindly form an orderly stampede."

      reply	other threads:[~2002-08-30 22:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-30 21:05 end key benson limketkai
2002-08-30 22:02 ` Alan Shutko [this message]

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

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

  git send-email \
    --in-reply-to=87znv4ovi8.fsf@wesley.springies.com \
    --to=ats@acm.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.