unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#41129: outline-mode: New keybindings for demote/promote/move-subtree
@ 2020-05-07 20:49 Stefan Kangas
  2020-05-08 17:56 ` Stefan Kangas
  0 siblings, 1 reply; 22+ messages in thread
From: Stefan Kangas @ 2020-05-07 20:49 UTC (permalink / raw)
  To: 41129

Severity: wishlist

Please consider adding the following keybindings to outline-mode:

(define-key outline-minor-mode-map (kbd "M-<left>") 'outline-demote)
(define-key outline-minor-mode-map (kbd "M-<right>") 'outline-promote)
(define-key outline-minor-mode-map (kbd "M-<up>") 'outline-move-subtree-up)
(define-key outline-minor-mode-map (kbd "M-<down>") 'outline-move-subtree-down)

They are already there in Org-mode and many users swear by them.

Background:
https://lists.gnu.org/archive/html/emacs-devel/2020-04/msg01887.html

These keybindings were first suggested by Howard Melman in the above
thread.

Best regards,
Stefan Kangas





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

end of thread, other threads:[~2022-05-11 11:56 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-07 20:49 bug#41129: outline-mode: New keybindings for demote/promote/move-subtree Stefan Kangas
2020-05-08 17:56 ` Stefan Kangas
2021-01-28  6:28   ` Lars Ingebrigtsen
2021-01-28  9:39     ` Pankaj Jangid
2021-01-28 15:07       ` Stefan Kangas
2021-01-29  4:49         ` Lars Ingebrigtsen
2021-01-29 20:06           ` Howard Melman
2021-01-29 22:01             ` bug#41129: [External] : " Drew Adams
2021-01-30  6:23             ` Lars Ingebrigtsen
2021-01-30 17:39               ` Howard Melman
2021-01-30 18:00                 ` Eli Zaretskii
2021-01-30 18:48                   ` Howard Melman
2021-01-30 19:22                     ` Eli Zaretskii
2021-01-30 19:40                       ` Howard Melman
2021-01-30 19:55                         ` Eli Zaretskii
2021-03-03 19:10                     ` Juri Linkov
2022-05-09 10:38                       ` Lars Ingebrigtsen
2022-05-09 14:31                         ` Howard Melman
2022-05-10  2:03                           ` Lars Ingebrigtsen
2022-05-11  7:10                             ` Juri Linkov
2022-05-11 10:37                               ` Visuwesh
2022-05-11 11:56                               ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

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

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).