evil-nerd-commenter
evil-nerd-commenter copied to clipboard
Comment/uncomment lines efficiently. Like Nerd Commenter in Vim
In the original nerdcommenter exists the 'comment out sexily' variant i am actually often using -- i am a vim user getting into emacs. Is there a way to get...
Hi, `evil-nerd-commenter` is truly the 'all you'll ever need' package for commenting :D There is one aspect of the commenting I'd like to change - but I am not able...
Using `evil-copy-and-comment-operator` to operate on ``` word ``` results in ``` ;; word word ``` Not consistent with `evil-copy-and-comment-lines`, which do not insert an extra line below: ``` ;; word...
It would be nice if it offered support to [evil multi cursors](https://github.com/gabesoft/evil-mc)