From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Fast Access to TODO States without C-t Date: Thu, 17 Apr 2014 08:38:11 +0200 Message-ID: <8761m8a2b0.fsf@bzg.ath.cx> 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 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wafxo-00057j-Qe for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 02:38:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wafxf-0004La-LV for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 02:38:24 -0400 Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:39561) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wafxf-0004LV-F9 for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 02:38:15 -0400 Received: by mail-wg0-f51.google.com with SMTP id k14so24118wgh.22 for ; Wed, 16 Apr 2014 23:38:14 -0700 (PDT) In-Reply-To: (Oleh's message of "Tue, 15 Apr 2014 09:26:32 +0200") 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: Oleh Cc: emacs-orgmode@gnu.org, Esben Stien Oleh writes: > 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 Wow, this is kinda crazy, but good to know people are crazy about Org! (Many vimers I know use neat tricks to display Org tables in vim buffers...) -- Bastien