From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Poll: Who is using these commands Date: Sun, 09 May 2010 15:08:44 +0200 Message-ID: <87hbmhnrxf.fsf@gmx.de> References: <20100508202159.GA32505@taupan.ath.cx> <4BE5DF9C.909@gmail.com> <245881E6-B69D-4E6F-A1B1-C4EFA39AF7BC@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OB6Fd-0003bQ-Vu for emacs-orgmode@gnu.org; Sun, 09 May 2010 09:08:58 -0400 Received: from [140.186.70.92] (port=37715 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OB6Fb-0003bI-IJ for emacs-orgmode@gnu.org; Sun, 09 May 2010 09:08:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OB6FZ-0002wb-V7 for emacs-orgmode@gnu.org; Sun, 09 May 2010 09:08:55 -0400 Received: from mail.gmx.net ([213.165.64.20]:49847) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OB6FZ-0002wI-E2 for emacs-orgmode@gnu.org; Sun, 09 May 2010 09:08:53 -0400 In-Reply-To: <245881E6-B69D-4E6F-A1B1-C4EFA39AF7BC@gmail.com> (Carsten Dominik's message of "Sun, 9 May 2010 13:43:51 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: Scott Randby , emacs-orgmode@gnu.org Bernt Hansen writes: > I currently use all of the four navigation keys above. C-c C-n and C-c > C-p are the two I use the most. If there was some other key binding > that would do the same thing from inside the body of a task that would > be fine with me. Carsten Dominik writes: > what do you think about C-M-f, C-M-b, C-M-n, C-M-p as alternative bindings? > These seem to make *a lot* of sense, because, as many here have pointed out, > they are so much better repeatable (Keep C-M- down, press the character.) C-M e - end-of-defun C-M a - beginning-of-defun have no useful binding in Org-mode, too. What about re-using beginning-of-defun `C-M a' to jump to the start of the current sections headline (or the beginning of the headline, if point is on a headline) to speed up the speed keys? `C-M e' could jump the beginnig of the next headline (or the end of the current section, if no headline follows). Sebastian