branch: elpa/evil-nerd-commenter
commit d279beb83de0ceb001cc3c6952fd3d4dbbae4ae7
Author: lalopmak <[email protected]>
Commit: lalopmak <[email protected]>
Updated description
---
README.org | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 1dd169c61a..4ee4190ade 100644
--- a/README.org
+++ b/README.org
@@ -63,7 +63,8 @@ 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. Use twice to
comment out line.
+- 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.