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

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

Re: Is it possible to make M-C-p and M-C-n global aliases for M-down and


From: Steinar Bang
Subject: Re: Is it possible to make M-C-p and M-C-n global aliases for M-down and M-up?
Date: Fri, 26 Feb 2021 21:40:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (windows-nt)

>>>>> Stefan Monnier <monnier@iro.umontreal.ca>:

>     (define-key minibuffer-local-map [(control p)] 'previous-history-element)
>     (define-key minibuffer-local-map [(control n)] 'next-history-element)

That was a nice syntax so I used that.

Works perfectly! Thanks, Stefan!



reply via email to

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