unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Bill <tfc4@cybcon.com>
Subject: Forward & Backword Paragraph
Date: Wed, 9 Aug 2006 07:21:41 -0700	[thread overview]
Message-ID: <20060809142141.GK23063@bill.tualatinfoursquare.org> (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

             reply	other threads:[~2006-08-09 14:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-09 14:21 Bill [this message]
2006-08-15 10:26 ` Forward & Backword Paragraph Peter Dyballa
     [not found] <mailman.5025.1155133311.9609.help-gnu-emacs@gnu.org>
2006-08-11  9:23 ` Mathias Dahl
2006-08-15  3:28   ` bjemacs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060809142141.GK23063@bill.tualatinfoursquare.org \
    --to=tfc4@cybcon.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).