Charles Cave <[EMAIL PROTECTED]> 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 _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode