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

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

Forward & Backword Paragraph


From: Bill
Subject: Forward & Backword Paragraph
Date: Wed, 9 Aug 2006 07:21:41 -0700
User-agent: Mutt/1.4.2.1i

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




reply via email to

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