help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: weird key bindings...


From: Yuri Khan
Subject: Re: weird key bindings...
Date: Tue, 30 May 2017 16:32:46 +0700

On Tue, May 30, 2017 at 6:11 AM, Jean-Christophe Helary
<jean.christophe.helary@gmail.com> wrote:

> Is there anything I can do about it ? It's confusing to use GUI emacs (on mac 
> only ?) and not be able to access expected shortcuts out of the box.

What you can do immediately is add the bindings you want to your own
init file, e.g.:

(with-eval-after-load 'org
  (define-key org-mode-map (kbd "ESC <left>") 'org-metaleft))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]