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

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

Re: end key


From: Alan Shutko
Subject: Re: end key
Date: Fri, 30 Aug 2002 18:02:39 -0400
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.3.50 (i686-pc-linux-gnu)

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 via email to

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