branch: externals/vertico commit 245944a68594078945a92f7f5269883a369cc449 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
remap previous/next-line --- minicomp.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/minicomp.el b/minicomp.el index efc441f..69519a7 100644 --- a/minicomp.el +++ b/minicomp.el @@ -84,6 +84,8 @@ (define-key map [remap end-of-buffer] #'minicomp-end-of-buffer) (define-key map [remap scroll-down-command] #'minicomp-scroll-down) (define-key map [remap scroll-up-command] #'minicomp-scroll-up) + (define-key map [remap next-line] #'minicomp-next) + (define-key map [remap previous-line] #'minicomp-previous) (define-key map [remap next-line-or-history-element] #'minicomp-next) (define-key map [remap previous-line-or-history-element] #'minicomp-previous) (define-key map [remap exit-minibuffer] #'minicomp-exit)