[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Redefine key for sorting
From: |
Leo Ufimtsev |
Subject: |
Re: [O] Redefine key for sorting |
Date: |
Fri, 8 May 2015 11:42:15 -0400 (EDT) |
My C-c ^ doesn't appear to be mapped to sorting of the list.
But if you press C-h k, then your key-combo, then it shows you which function
is being called. e.g org-sort-list.
You can then re-map via a function like:
(define-key 'org-mode-map (kbd "C-c n") 'org-sort-list)
Which you could add to your .emacs file.
This article provides a more comprehensive keyboard remapping guide:
https://www.masteringemacs.org/article/mastering-key-bindings-emacs
----- Original Message -----
> From: "Igor Sosa Mayor" <address@hidden>
> To: address@hidden
> Sent: Friday, May 8, 2015 6:01:52 AM
> Subject: [O] Redefine key for sorting
>
> Hi,
>
> in the last time, I'm using very often the sort function of lists.
> Unfortunately it is bound to a key combination (C-c ^) which is rather
> uneasy. I would like to change it to C-c ñ. Which is the best method to
> redefine it?
>
> Many thanks in advance!
>
> --
> :: Igor Sosa Mayor :: address@hidden ::
> :: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/ ::
> :: jabberid: rogorido :: ::
>
>
>
--
Leo Ufimtsev | Intern Software Engineer @ Eclipse Team