* 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
* Re: Forward & Backword Paragraph
2006-08-09 14:21 Bill
@ 2006-08-15 10:26 ` Peter Dyballa
0 siblings, 0 replies; 4+ messages in thread
From: Peter Dyballa @ 2006-08-15 10:26 UTC (permalink / raw)
Cc: help-gnu-emacs
Am 09.08.2006 um 16:21 schrieb Bill:
> Now, I'd like to get Control Up and Down Arrow keys to move up and
> down one paragraph at a time.
>
> Any suggestions?
[C-down] and [C-up] describe the arrow keys in combination with the
control modifier.
--
Greetings
Pete
Remember: use logout to logout.
^ 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).