bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#41129: outline-mode: New keybindings for demote/promote/move-subtree


From: Juri Linkov
Subject: bug#41129: outline-mode: New keybindings for demote/promote/move-subtree
Date: Wed, 03 Mar 2021 21:10:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

> Maybe these bindings could be in another minor-mode that
> could be enabled by those users that want them?
> outline-use-org-bindings-minor-mode.

bug#45147 implemented new mode outline-cycle-minor-mode
for Org-like TAB cycling in outline-minor-mode.

It's easy to customize outline-mode-cycle-map
and to bind M-left/right to outline-promote/demote:

(define-key outline-mode-cycle-map [(meta left)] 'outline-promote)
(define-key outline-mode-cycle-map [(meta right)] 'outline-demote)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]