Commit graph

1 commit

Author SHA1 Message Date
Quang Linh Le
7a3d83b33a Create evil-commentary
evil-commentary.el --- Comment stuff out. A port of vim-commentary.

This program emulates evil-commentary initially developed by Tim Pope
(tpope) It help you comment line with `counts` and `motions`.

`gcc` to comment/uncomment a line
`5gcc` to comment/uncomment 5 lines
`gc$` to comment/uncomment from current position
`gcap` to comment/uncomment current paragraph
2014-12-15 22:11:02 +01:00