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

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

[nongnu] elpa/evil-nerd-commenter b9cfe0c7a6 054/235: some evil tips


From: ELPA Syncer
Subject: [nongnu] elpa/evil-nerd-commenter b9cfe0c7a6 054/235: some evil tips
Date: Thu, 6 Jan 2022 02:59:34 -0500 (EST)

branch: elpa/evil-nerd-commenter
commit b9cfe0c7a641f1920e335296bcbf816bda9ef4ba
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@gmail.com>

    some evil tips
---
 README.org | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 5d8eeba8cf..daec79d8ba 100644
--- a/README.org
+++ b/README.org
@@ -115,7 +115,7 @@ var myJson={
 }
 #+END_SRC
 
-* Evil Usage
+* Evil usage
 If you use [[http://emacswiki.org/emacs/Evil][evil-mode]], you get an operator 
that works with all the usual 
[[http://vimdoc.sourceforge.net/htmldoc/motion.html#text-objects][text objects 
and motions]].
 
 Please note all the features listed here are dependent on 
[[http://emacswiki.org/emacs/Evil][evil-mode]]. So if you want to use these 
features you need install evil.
@@ -142,5 +142,8 @@ Example 5: ",,ao" to comment out the current symbol, or 
",,aW" to comment out th
 
 Example 6: ",,w" comments to the beginning of the next word, ",,e" to the end 
of the next word, ",,b" to the beginning of the previous word.
 
+* Advanced evil tips
+You can yank to line 99 using hot key "y99G" or "y99gg". That's some awesome 
feature in evil-mode. Please read the vim manual on "text objects and motions". 
You will find more useful tips.
+
 * Contact me
 You can report bugs at [[https://github.com/redguardtoo/evil-nerd-commenter]]. 
My email is <chenbin.sh@gmail.com>.



reply via email to

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