emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/isearch-mb a4a12d00c2 2/2: Note that some motion comman


From: ELPA Syncer
Subject: [elpa] externals/isearch-mb a4a12d00c2 2/2: Note that some motion commands act in the search buffer
Date: Sun, 20 Feb 2022 14:57:39 -0500 (EST)

branch: externals/isearch-mb
commit a4a12d00c2e214403b0fd5b6bf0ab06af2c0ac9c
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>

    Note that some motion commands act in the search buffer
---
 README.org | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index b3eb319ca1..6da678dd23 100644
--- a/README.org
+++ b/README.org
@@ -20,8 +20,10 @@ includes the following commands:
 
 - =C-s=, =↓=: =isearch-repeat-forward=
 - =C-r=, =↑=: =isearch-repeat-backward=
-- =M-<=: =isearch-beginning-of-buffer=
-- =M->=: =isearch-end-of-buffer=
+- =M-<=: =beginning-of-buffer= (in the search buffer)
+- =M->=: =end-of-buffer= (in the search buffer)
+- =M-v=, =<prior>=: =scroll-down-command= (in the search buffer)
+- =C-v=, =<next>=: =scroll-up-command= (in the search buffer)
 - =M-%=: =isearch-query-replace=
 - =C-M-%=: =isearch-query-replace-regexp=
 - =M-s= prefix: similar to standard isearch
@@ -57,8 +59,9 @@ Using regexp search by default is a popular option as well:
 #+end_example
 
 For a Swiper-style fuzzy search, where spaces match any sequence of
-characters in a line, use the settings below. You can still toggle
-strict whitespace matching with M-s SPC during a search.
+characters in a line, use the settings below.  You can still toggle
+strict whitespace matching with =M-s SPC= during a search, or escape a
+space with a backslash to match it literally.
 
 #+begin_example emacs-lisp
   (setq-default



reply via email to

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