]> git.eshelyaron.com Git - emacs.git/commit
; Bind M-<left>/<right> in minibuffer for navigating *Completions*
authorEshel Yaron <me@eshelyaron.com>
Tue, 20 Feb 2024 14:18:52 +0000 (15:18 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 20 Feb 2024 14:18:52 +0000 (15:18 +0100)
commita4a83e82a1e5ce01d0f469364ef7cc0c7e6ae97c
tree2f071e8eab44b711877e5744a8b9d62c6ef2c1ee
parent9353b4a0637aeae97238e5716558d11d11d86b47
; Bind M-<left>/<right> in minibuffer for navigating *Completions*

* lisp/minibuffer.el (minibuffer-local-completion-map): Bind
'M-<left>/<right>' to 'minibuffer-previous/next-completion', and bind
'M-<down>/<up>' to the vertical variants of these commands.
lisp/minibuffer.el