From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Fast Access to TODO States without C-t Date: Tue, 15 Apr 2014 11:12:19 -0400 Message-ID: <87fvleaap8.fsf@alphaville.bos.redhat.com> References: <87ha5v34ki.fsf@quasar.esben-stien.name> <871twyy7db.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wa52O-0007Ew-Ds for emacs-orgmode@gnu.org; Tue, 15 Apr 2014 11:12:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wa52G-0002w0-Vn for emacs-orgmode@gnu.org; Tue, 15 Apr 2014 11:12:40 -0400 Received: from plane.gmane.org ([80.91.229.3]:53781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wa52G-0002vj-PE for emacs-orgmode@gnu.org; Tue, 15 Apr 2014 11:12:32 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wa52F-0007Le-FZ for emacs-orgmode@gnu.org; Tue, 15 Apr 2014 17:12:31 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Apr 2014 17:12:31 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Apr 2014 17:12:31 +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: emacs-orgmode@gnu.org Thorsten Jolitz writes: > I thought about that too and came up with C-o as tmux prefix key, > probably I actually do use the scratch buffer quite frequently: > > ,------------------------------------------------------------------- > | C-j runs the command eval-print-last-sexp, which is an interactive > | compiled Lisp function in `lisp-mode.el'. > `------------------------------------------------------------------- > > I forgot what was originally bound to C-o, open-line usually. > but noticed that other Emacs users independently chose the same prefix > for Tmux, so it must have been something not used that often.