unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Forward & Backword Paragraph
@ 2006-08-09 14:21 Bill
  2006-08-15 10:26 ` Peter Dyballa
  0 siblings, 1 reply; 4+ messages in thread
From: Bill @ 2006-08-09 14:21 UTC (permalink / raw)


Using the following I've been able to get my MacBook Pro to move the
cursor one word at a time with the Control Right and Left Arrow keys.

;;Key-Bind Forward & Backward Word
(global-set-key "\M-[5d" 'backward-word)
(global-set-key "\M-[5c" 'forward-word)

(global-set-key "\C-n" 'forward-paragraph)
(global-set-key "\C-b" 'backward-paragraph) 


Now, I'd like to get Control Up and Down Arrow keys to move up and
down one paragraph at a time.

Any suggestions?

Thanks,

Bill

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

end of thread, other threads:[~2006-08-15 10:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.5025.1155133311.9609.help-gnu-emacs@gnu.org>
2006-08-11  9:23 ` Forward & Backword Paragraph Mathias Dahl
2006-08-15  3:28   ` bjemacs
2006-08-09 14:21 Bill
2006-08-15 10:26 ` Peter Dyballa

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