branch: elpa/evil-nerd-commenter
commit b9cfe0c7a641f1920e335296bcbf816bda9ef4ba
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>
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 <[email protected]>.