How do I comment out an entire paragraph or code block with a single motion using vim-commentary?
gcip
The vim-commentary plugin exposes gc as a comment operator, which means it composes with any Vim motion or text object.
plugins #plugins #editing #commenting #text-objects #normal-mode