tpope / vim-commentary

commentary.vim: comment stuff out

Home Page:http://www.vim.org/scripts/script.php?script_id=3695

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comment out line and yank it?

mangelozzi opened this issue · comments

This plugin (for evil mode in emacs), is inspired by vim-commentary:
evil-commentary

Maybe it would be good to have a circle of inspiration and implement the extra features evil-commentary adds:

;;   gy = comment operator but also yank to register x (i.e. "xgy...)
;;   gyy = comment current line and yank

Related to #42.