emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Feature request - add a new heading with a lower level tha


From: Phil Jackson
Subject: Re: [Orgmode] Feature request - add a new heading with a lower level than current
Date: Tue, 11 Dec 2007 10:28:31 +0000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

Charles Cave <address@hidden> writes:

>> Or you could just do "M-return M-right" - is that really too slow for
>> you?
>
> Thank you!  I hadn't thought of that.  Entering M-right is easy
> because I am already holding the Meta key with my thumb so it is just
> a matter of continuing to hold the thumb and hitting the right arrow
> key.

[...]

On a side note; I use C-p, C-n, C-b and C-f for my basic navigation
meaning the cursor keys are free for me so in org I bind them to:

 ,----
 | (define-key org-mode-map [left] 'org-metaleft)
 | (define-key org-mode-map [right] 'org-metaright)
 | (define-key org-mode-map [up] 'org-metaup)
 | (define-key org-mode-map [down] 'org-metadown)
 `----

Making re-organisation of the headings really fast.

Cheers,
Phil




reply via email to

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