all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yuri Khan <yuri.v.khan@gmail.com>
To: Christopher Dimech <dimech@gmx.com>
Cc: Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: Re: Keybinding to transpose current line with next line
Date: Tue, 22 Sep 2020 21:53:47 +0700	[thread overview]
Message-ID: <CAP_d_8Us5_4q9JxwGeOLtqdvT0XCEMnkJ=UnJufTakXRZ_tpkw@mail.gmail.com> (raw)
In-Reply-To: <trinity-383da897-eb74-43f7-8495-6bc29c047e54-1600785064314@3c-app-mailcom-bs02>

On Tue, 22 Sep 2020 at 21:33, Christopher Dimech <dimech@gmx.com> wrote:

> I have written the following keybinding to swap lines. If I have
> the cursor on one line, the command swaps the current line with
> the previous line.   What can I do for the keybinding to swap
> the current line with the next line, rather than with the previous one.
>
>   (global-set-key (kbd "C-t l")   'transpose-lines)

Firstly, ‘transpose-lines’ is already bound to C-x C-t.

Secondly, transposing lines is a useful low-level primitive, but IMO a
much more handy UI metaphor is dragging the line at point up or down
through the surrounding lines while preserving the point’s position in
the line. That is implemented in ‘org-drag-line-forward’ and
‘org-drag-line-backward’. Pretty much nothing in their implementations
depends on org-mode, so they can be bound and used in any mode.



  reply	other threads:[~2020-09-22 14:53 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-22 14:31 Keybinding to transpose current line with next line Christopher Dimech
2020-09-22 14:53 ` Yuri Khan [this message]
2020-09-22 20:05   ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-09-23  4:29     ` Yuri Khan
2020-09-23  5:02       ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-09-23  8:09         ` Marcin Borkowski
2020-09-23 22:48           ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-09-23 23:27           ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-09-23 23:32             ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-09-23 23:41             ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-09-22 19:39 ` Francis Belliveau
2020-09-22 19:55   ` Emanuel Berg via Users list for the GNU Emacs text editor

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='CAP_d_8Us5_4q9JxwGeOLtqdvT0XCEMnkJ=UnJufTakXRZ_tpkw@mail.gmail.com' \
    --to=yuri.v.khan@gmail.com \
    --cc=dimech@gmx.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.