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

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

[nongnu] elpa/evil-nerd-commenter c05e0ff2a4 045/235: Added "comment to


From: ELPA Syncer
Subject: [nongnu] elpa/evil-nerd-commenter c05e0ff2a4 045/235: Added "comment to line" evil example
Date: Thu, 6 Jan 2022 02:59:33 -0500 (EST)

branch: elpa/evil-nerd-commenter
commit c05e0ff2a49dece495f5b5e9b4b83d14a9a7adeb
Author: lalopmak <lalop.llmao@gmail.com>
Commit: lalopmak <lalop.llmao@gmail.com>

    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 <chenbin.sh@gmail.com>.



reply via email to

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