all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Keybinding to transpose current line with next line
@ 2020-09-22 14:31 Christopher Dimech
  2020-09-22 14:53 ` Yuri Khan
  2020-09-22 19:39 ` Francis Belliveau
  0 siblings, 2 replies; 12+ messages in thread
From: Christopher Dimech @ 2020-09-22 14:31 UTC (permalink / raw)
  To: Help Gnu Emacs


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)





^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-09-23 23:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-22 14:31 Keybinding to transpose current line with next line Christopher Dimech
2020-09-22 14:53 ` Yuri Khan
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

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.