all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: gareth.rees@pobox.com (Gareth Rees)
Subject: Re: C-f, C-b, C-n and C-p or right, left, down, up?
Date: 6 Oct 2003 10:30:25 -0700	[thread overview]
Message-ID: <e867ce6d.0310060930.1351c23c@posting.google.com> (raw)
In-Reply-To: 3f7ac211$0$34892$1b62eedf@news.wanadoo.nl

One way to avoid repetitive sequences of control keys is to use the many
editing features of Emacs.  Don't type lots of C-f, use prefix arguments
(C-9 C-9 C-f moves forward 99 characters) or use M-C-f to move forward
by sexp or M-} to move forward by paragraph.  Or C-s foo RET to go to
the next occurrence of foo.

Or make a macro and then C-u 152 C-x e to execute the macro 152 times.

For example, here are some ways to accomplish things without
repetitions:

Arjan Bos wrote:
> I'm using both. For example when I want to delete all characters of a
> certain column I just go C-d C-n which is quite fast.

Select the rectangle, then C-x r k.

> To transfer a line to a few lines above, I go C-a C-k C-k C-p C-p C-p C-y.

Go to the line after the one you want to move, then C-- C-3 C-x C-t.

> But when I want to identify a small region I'd like to do TAB 
> Cursor-down TAB Cursor-down, etc.

Select the region, then M-C-\.

-- 
Gareth Rees

  parent reply	other threads:[~2003-10-06 17:30 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-01  8:03 C-f, C-b, C-n and C-p or right, left, down, up? Barman Brakjoller
2003-10-01  8:43 ` Noufal Ibrahim
2003-10-01 10:16 ` David Kastrup
2003-10-01 17:02   ` Daniel B.
     [not found]   ` <mailman.949.1065027827.21628.help-gnu-emacs@gnu.org>
2003-10-01 17:39     ` David Kastrup
2003-10-02 16:16       ` Hans-Christoph Wirth
2003-10-07 18:33         ` David Steuber
2003-10-03 10:31       ` Daniel B.
2003-10-08 23:52       ` Jim Janney
2003-10-09 18:50         ` Barry Margolin
2003-10-16 21:07       ` Kai Grossjohann
2003-10-07 18:29     ` David Steuber
2003-10-09 17:11       ` Daniel B.
     [not found]       ` <mailman.1425.1065719518.21628.help-gnu-emacs@gnu.org>
2003-10-09 19:42         ` David Steuber
2003-11-03  2:34       ` David Combs
2003-10-01 12:00 ` Arjan Bos
2003-10-01 15:48   ` Barry Margolin
2003-10-02 14:21     ` Arjan Bos
2003-10-06 17:30   ` Gareth Rees [this message]
2003-10-01 12:34 ` Stefan Monnier
2003-10-01 12:48   ` Jay Belanger
2003-10-07 18:40     ` David Steuber
2003-10-07 20:02       ` Stefan Monnier
2003-10-07 21:11         ` David Kastrup
2003-10-08  8:48         ` Oliver Scholz
2003-10-08 10:21           ` Eli Zaretskii
     [not found]           ` <mailman.1313.1065608391.21628.help-gnu-emacs@gnu.org>
2003-10-08 10:27             ` David Kastrup
2003-10-08 15:47               ` Barry Margolin
2003-10-09 18:16                 ` C-f, C-b, C-n and C-p or right, left, down, up? - OT now Daniel B.
     [not found]                 ` <mailman.1429.1065723394.21628.help-gnu-emacs@gnu.org>
2003-10-09 19:03                   ` Björn Lindström
2003-10-09 20:39                 ` C-f, C-b, C-n and C-p or right, left, down, up? lawrence mitchell
2003-10-09 18:15           ` Daniel B.
2003-10-01 12:36 ` Jim Ottaway
2003-10-01 15:07 ` Kevin Rodgers
2003-10-01 16:43 ` Daniel B.
2003-10-02 13:59   ` Arthur Davis
     [not found] ` <mailman.985.1065065051.21628.help-gnu-emacs@gnu.org>
2003-10-02  8:40   ` Matthias Meulien
2003-10-03 10:31     ` Daniel B.
     [not found]     ` <mailman.1056.1065177296.21628.help-gnu-emacs@gnu.org>
2003-10-16 21:03       ` Kai Grossjohann
2003-10-16 21:13         ` lawrence mitchell
2003-10-06 14:21   ` Sven Utcke
2003-10-06 15:35     ` Barry Margolin
2003-10-07 16:29       ` Hans-Christoph Wirth
2003-10-07 21:11         ` David Kastrup
2003-10-09 15:17           ` Per Abrahamsen
2003-10-09 17:08     ` Daniel B.
     [not found] <E1A4kP0-00064x-AV@monty-python.gnu.org>
2003-10-02 22:45 ` Joe Corneli
     [not found] ` <mailman.1038.1065134760.21628.help-gnu-emacs@gnu.org>
2003-10-06 14:23   ` Sven Utcke
  -- strict thread matches above, loose matches on Subject: below --
2003-10-16 22:32 Joe Corneli

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

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

  git send-email \
    --in-reply-to=e867ce6d.0310060930.1351c23c@posting.google.com \
    --to=gareth.rees@pobox.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.