From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleh Subject: Re: Fast Access to TODO States without C-t Date: Tue, 15 Apr 2014 09:26:32 +0200 Message-ID: References: <87ha5v34ki.fsf@quasar.esben-stien.name> <8761mbjqv1.fsf@ericabrahamsen.net> <871twz2vh9.fsf@quasar.esben-stien.name> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZxlK-0007Cz-AO for emacs-orgmode@gnu.org; Tue, 15 Apr 2014 03:26:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WZxlJ-0003OQ-BL for emacs-orgmode@gnu.org; Tue, 15 Apr 2014 03:26:34 -0400 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:34464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZxlJ-0003NC-4j for emacs-orgmode@gnu.org; Tue, 15 Apr 2014 03:26:33 -0400 Received: by mail-wi0-f171.google.com with SMTP id q5so5174063wiv.16 for ; Tue, 15 Apr 2014 00:26:32 -0700 (PDT) In-Reply-To: <871twz2vh9.fsf@quasar.esben-stien.name> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Esben Stien Cc: emacs-orgmode@gnu.org Hi Esben, > If I hit 't' over a TODO item, it just changes the state to the next > state. How can I jump to DONE(d!), f.ex? There's https://github.com/abo-abo/worf (also in MELPA) - an alternative to org speed keys. It's inspired by vi, so your task is handled by "cwd" (change word DONE). Other stuff works as well, such as "cw[tnc]" for (change word [TODO NEXT CANCELLED]). Similarly: "cp" is change property, "dp" is delete property, "p" is move to property, "ct" is change tag, "hjkl" - navigate left/down/up/right "d2j" - delete two headings down "d3k" - delete three headings up "yj" - copy one heading down to kill ring "3i" - change view to summary level 3. "wn" - make "jk" move only by NEXT keywords. "c" - make "hjkl" behave like Meta+arrows "cf" - make "hjkl" behave like Shift+Meta+arrows "cs" - make "hjkl" behave line Shift+arrows "q" - return from the four modes above Try it out, perhaps you'll like it. regards, Oleh