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

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

[nongnu] elpa/evil-matchit 67eec20d48 086/244: updated README


From: ELPA Syncer
Subject: [nongnu] elpa/evil-matchit 67eec20d48 086/244: updated README
Date: Thu, 6 Jan 2022 02:58:52 -0500 (EST)

branch: elpa/evil-matchit
commit 67eec20d4870df81d4d198e19f609d160888ca79
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@gmail.com>

    updated README
---
 README.org | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.org b/README.org
index 84cb19dd1a..db5a062599 100644
--- a/README.org
+++ b/README.org
@@ -53,7 +53,7 @@ Insert below code into your ~/.emacs:
 Alternatively, you can enable evil-matchit-mode along a major mode by adding 
`turn-on-evil-matchit-mode' to the mode hook.
 
 * Usage
-Press "%" to jump inside between tag pair in normal mode or visual mode. 
Please note evil-matchit is smart enough to *detect the beginning of tag 
automatically*.
+Press "%" to jump inside between tag pair in normal mode or visual mode (you 
press "v" to switch to visual mode). Please note evil-matchit is smart enough 
to *detect the tag automatically*.
 
 Tag pair could be open/closed html tag, or character pair like "{}" "[]" "()", 
or the single/double quote(s) at the two ends of the string.
 
@@ -65,13 +65,13 @@ Press "da%" to delete line(s) wrapped by tags including 
tags themselves. `M-x ev
 
 All commands support numeric argument like "3%", "5va%" or "9da%"
 
-"3%"  will jump to a line *3 percentage down the file*. It's the default 
behavior in original evil-mode . You can `(setq evilmi-may-jump-by-percentage 
nil)` to turn off this feature. Then "3%" will *jump 3 times*.
+"3%"  will jump to a line 3 percentage down the file. It's the default 
behavior in original evil-mode . You can `(setq evilmi-may-jump-by-percentage 
nil)` to turn off this feature. Then "3%" will jump 3 times.
 
-Please note *only* "evil-visual-state" and "evil-normal-state" are officially 
supported.
+Please note *only "evil-visual-state" and "evil-normal-state" are officially 
supported*.
 
-If you need visually select lines, I highly recommend *using 
"evilmi-selelct-items" instead*.
+If you need visually select lines, I strongly recommend *using 
"evilmi-select-items" instead*.
 
-This is actually *an advantage* of Emacs, you can tweak the select region 
without go into visual state at all.
+This is actually an advantage of Emacs, you can tweak the select region 
without go into visual state at all.
 
 * Advanced tips
 ** Use evilmi-select-items instead press '%' in evil-visual-state



reply via email to

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