[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/consult 9c90e35f58: README: Recommend more remappings
From: |
ELPA Syncer |
Subject: |
[elpa] externals/consult 9c90e35f58: README: Recommend more remappings |
Date: |
Wed, 2 Mar 2022 17:57:20 -0500 (EST) |
branch: externals/consult
commit 9c90e35f5833d6fd1ab281c3cc9c4b78d8459b41
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
README: Recommend more remappings
---
README.org | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 77cd110b78..8288d7041a 100644
--- a/README.org
+++ b/README.org
@@ -832,7 +832,11 @@ configuration examples.
("M-e" . consult-isearch-history) ;; orig.
isearch-edit-string
("M-s e" . consult-isearch-history) ;; orig.
isearch-edit-string
("M-s l" . consult-line) ;; needed by
consult-line to detect isearch
- ("M-s L" . consult-line-multi)) ;; needed by
consult-line to detect isearch
+ ("M-s L" . consult-line-multi) ;; needed by
consult-line to detect isearch
+ ;; Minibuffer history
+ :map minibuffer-local-map
+ ("M-s" . consult-history) ;; orig.
next-matching-history-element
+ ("M-r" . consult-history)) ;; orig.
previous-matching-history-element
;; Enable automatic preview at point in the *Completions* buffer. This is
;; relevant when you use the default completion UI.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/consult 9c90e35f58: README: Recommend more remappings,
ELPA Syncer <=