branch: elpa/evil-nerd-commenter
commit c9d325bb3f0628e30715660c8731c1e954536a95
Author: lalopmak <[email protected]>
Commit: lalopmak <[email protected]>
Moved operator to evil section
---
README.org | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 6d0f58f334..49b927cd62 100644
--- a/README.org
+++ b/README.org
@@ -63,7 +63,6 @@ Here are available commands:
- evilnc-copy-and-comment-lines :: copy and paste lines, then comment out
original lines
- evilnc-comment-or-uncomment-paragraphs :: comment/uncomment paragraphs which
separated by empty lines
- evilnc-toggle-comment-empty-lines :: toggle the flag to comment/uncomment
empty lines
-- evilnc-comment-operator :: in evil mode, acts much like the delete/change
operator. Takes a motion or text object and comments it out, yanking its
content in the process. Use twice to comment out line.
Example 1:
"C-u NUM M-x evilnc-comment-or-uncomment-lines", comment/uncomment next NUM
lines.
@@ -88,7 +87,9 @@ var myJson={
#+END_SRC
* Evil Usage
-If you use [[http://emacswiki.org/emacs/Evil][evil-mode]], you come with an
operator that works with all the usual text objects and motions.
+If you use [[http://emacswiki.org/emacs/Evil][evil-mode]], you come with an
operator that works with all the usual text objects and motions:
+
+- evilnc-comment-operator :: in evil mode, acts much like the delete/change
operator. Takes a motion or text object and comments it out, yanking its
content in the process. Use twice to comment out line.
Example 1: ",," to comment out the current line.