branch: elpa/evil-nerd-commenter
commit c05e0ff2a49dece495f5b5e9b4b83d14a9a7adeb
Author: lalopmak <[email protected]>
Commit: lalopmak <[email protected]>

    Added "comment to line" evil example
---
 README.org | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index e91c7f5495..6d9c89ff3d 100644
--- a/README.org
+++ b/README.org
@@ -98,11 +98,13 @@ Example 1: ",," to comment out the current line.
 
 Example 2: ",9j" to comment out the next 9 lines.
 
-Example 3: ",a(" to comment out the current s-expression, or ",i(" to only 
comment out the s-expression's content.  Similarly for blocks ",a{", etc.
+Example 3: ",99G" to comment from the current line to line 99.
 
-Example 4: ",ao" to comment out the current symbol, or ",aW" to comment out 
the current WORD.  Could be useful when commenting out function parameters, for 
instance.
+Example 4: ",a(" to comment out the current s-expression, or ",i(" to only 
comment out the s-expression's content.  Similarly for blocks ",a{", etc.
 
-Example 5: ",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.
+Example 5: ",ao" to comment out the current symbol, or ",aW" to comment out 
the current WORD.  Could be useful when commenting out function parameters, for 
instance.
+
+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.
 
 * Contact me
 You can report bugs at [[https://github.com/redguardtoo/evil-nerd-commenter]]. 
My email is <[email protected]>.

Reply via email to