evil-commentary icon indicating copy to clipboard operation
evil-commentary copied to clipboard

Comment stuff out. A port of vim-commentary

Results 4 evil-commentary issues
Sort by recently updated
recently updated
newest added

I had to modify the regexp your code in #9. But now it works for me.

Hi, and thanks for this plugin! I'm just trying out Emacs, having used Neovim for a while, and couldn't imagine the transition without a commentary-like plugin. :) Recently, [Comment.nvim](https://github.com/numToStr/Comment.nvim) introduced...

Let's say I have the following emacs-lisp code and the cursor rests at the letter `t` on the `:ensure t` line. ``` (use-package evil-commentary :ensure t :config (evil-commentary-mode +1)) ```...

vim-commentary provides a text object `gc` which can be used to address all adjacent comments. It would be quite useful if evil-commentary could also provide this. One very common use...