all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* end key
@ 2002-08-30 21:05 benson limketkai
  2002-08-30 22:02 ` Alan Shutko
  0 siblings, 1 reply; 2+ messages in thread
From: benson limketkai @ 2002-08-30 21:05 UTC (permalink / raw)


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.  what i've found online is how to
do it the other way around, which is not what i want.

thanks,
benson

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: end key
  2002-08-30 21:05 end key benson limketkai
@ 2002-08-30 22:02 ` Alan Shutko
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Shutko @ 2002-08-30 22:02 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-08-30 22:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-30 21:05 end key benson limketkai
2002-08-30 22:02 ` Alan Shutko

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.