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

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

[nongnu] elpa/evil-nerd-commenter c9d325bb3f 037/235: Moved operator to


From: ELPA Syncer
Subject: [nongnu] elpa/evil-nerd-commenter c9d325bb3f 037/235: Moved operator to evil section
Date: Thu, 6 Jan 2022 02:59:33 -0500 (EST)

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

    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.
 



reply via email to

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