From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: speed keys for plain lists? Date: Mon, 09 May 2016 14:57:09 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e013d08f06f891305326a06de Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48702) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azmcb-0004QP-6d for emacs-orgmode@gnu.org; Mon, 09 May 2016 10:57:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1azmca-0006z4-74 for emacs-orgmode@gnu.org; Mon, 09 May 2016 10:57:21 -0400 Received: from mail-ob0-x234.google.com ([2607:f8b0:4003:c01::234]:35570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azmca-0006z0-1i for emacs-orgmode@gnu.org; Mon, 09 May 2016 10:57:20 -0400 Received: by mail-ob0-x234.google.com with SMTP id n10so84475476obb.2 for ; Mon, 09 May 2016 07:57:19 -0700 (PDT) In-Reply-To: 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" To: Bill White , emacs-orgmode@gnu.org --089e013d08f06f891305326a06de Content-Type: text/plain; charset=UTF-8 On Mon, May 9, 2016 at 10:47 AM Bill White wrote: > Now if only one could bind these to more-convenient keys than M-{ and > M-} when in a plain list. Now only if emacs allowed changing the default key bindings :P :) Check out C-h f define-key (define-key org-mode-map (kbd "KEY") #'COMMAND) -- -- Kaushal Modi --089e013d08f06f891305326a06de Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On Mon, May 9,= 2016 at 10:47 AM Bill White <billw= @wolfram.com> wrote:
Now if = only one could bind these to more-convenient keys than M-{ and
M-} when in a plain list.

Now only if emacs= allowed changing the default key bindings :P :)

C= heck out C-h f define-key

(define-key org-mode-map= (kbd "KEY") #'COMMAND)=C2=A0
--

--
Kaushal Modi

--089e013d08f06f891305326a06de--