branch: elpa/evil-nerd-commenter
commit ba535606b4c4e891c7d5dca56d5ba0a39df31ee2
Author: chen bin <[email protected]>
Commit: chen bin <[email protected]>
add a use case
---
README.org | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.org b/README.org
index 63f9d93bb2..86edf09656 100644
--- a/README.org
+++ b/README.org
@@ -4,6 +4,8 @@ As a developer, I often need comment/uncomment lines for
debugging or adding som
As I know, the [[http://www.vim.org/scripts/script.php?script_id=1218][Nerd
Commenter]] for Vim is the most efficient way to doing this thing.
Unfortunately, there is no similar plugin in Emacs.
That's why I develop this Nerd Commenter simulator for Emacs people.
+* Why evil-nerd-commenter is better? Show me a simple use case!
+Say you want to comment out nine lines. Instead pressing "C-space M-9 C-n
M-;", now you can press "M-9 M-;" or ",9ci".
* Install
cpputils-cmake is already uploaded to [[http://marmalade-repo.org/]]. So the
best way to install it is using Emacs' package manager.
* Set up