branch: elpa/isl
commit 489e69c3c503926dfc404a2dffa3be6f5ef70eb6
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Update README
---
 README.org | 52 +++++++++++++++++++++++++++++-----------------------
 1 file changed, 29 insertions(+), 23 deletions(-)

diff --git a/README.org b/README.org
index 65ef1ed9e22..357840f605b 100644
--- a/README.org
+++ b/README.org
@@ -70,38 +70,44 @@ With =use-package= and binding =C-s=
 
 The mode-line give you several infos, arrows up/down tell you the
 direction where you are actually moving, the =>= and =<= mean you are
-either below or above initial position in buffer. Regex, Multi or Literal
+either below or above initial position in buffer. Regex or Literal
 tell you the style of search you are using. Case sensitivity in use is
 notified by *, 0 or 1 which mean smart, nil or t for =case-fold-search=.
 
 Here the commands available:
 
-| C-s    | isl-goto-next                  |
-| C-r    | isl-goto-prev                  |
-| <down> | isl-goto-next                  |
-| <up>   | isl-goto-prev                  |
-| C-n    | isl-goto-next                  |
-| C-p    | isl-goto-prev                  |
-| RET    | isl-exit-at-point              |
-| C-w    | isl-yank-word-at-point         |
-| M-r    | isl-change-matching-style      |
-| C-c f  | isl-select-case-fold-search    |
-| M-<    | isl-goto-first                 |
-| M->    | isl-goto-last                  |
-| M-=    | isl-goto-closest-from-start    |
-| M-s    | isl-jump-to-helm-occur         |
-| C-;    | isl-jump-to-iedit-mode         |
-| C-h m  | isl-display-or-quit-help       |
-| C-q    | isl-help-quit                  |
-| C-v    | isl-scroll-up                  |
-| M-v    | isl-scroll-down                |
-| C-'    | isl-show-or-hide-context-lines |
-| C-l    | isl-recenter                   |
-| C-j    | isl-toggle-multi-search-in-line|
+| C-s    | isl-goto-next                   |
+| C-r    | isl-goto-prev                   |
+| <down> | isl-goto-next                   |
+| <up>   | isl-goto-prev                   |
+| C-n    | isl-goto-next                   |
+| C-p    | isl-goto-prev                   |
+| RET    | isl-exit-at-point               |
+| C-w    | isl-yank-word-at-point          |
+| C-z    | isl-yank-symbol-at-point        |
+| M-r    | isl-change-matching-style       |
+| M-c    | isl-select-case-fold-search     |
+| M-<    | isl-goto-first                  |
+| M->    | isl-goto-last                   |
+| M-=    | isl-goto-closest-from-start     |
+| M-s    | isl-jump-to-helm-occur          |
+| C-;    | isl-jump-to-iedit-mode          |
+| M-%    | isl-query-replace               |
+| C-h m  | isl-display-or-quit-help        |
+| C-q    | isl-help-quit                   |
+| C-'    | isl-show-or-hide-context-lines  |
+| C-l    | isl-recenter                    |
+| C-v    | isl-scroll-up                   |
+| M-v    | isl-scroll-down                 |
+| C-k    | isl-delete-minibuffer-contents  |
+| C-j    | isl-toggle-multi-search-in-line |
 
 Don't forget =C-h m= which will show you all these commands while
 running isearch-light.
 
+NOTE:  Another map =isl-mini-map= is used when excuting-kbd-macro, you may
+want to modify it accordingly to fit with =isl-map=.
+
 ** About multi matching
 
 By default =isl-search= uses multi matching like Helm, with limitation

Reply via email to