626ba1c3453ad3164b75a00fdd495e02832a11da
vim-textobj-comment
> This Vim plugin provides text objects for comments. > > `ac` selects a comment including the comment delimiters and `ic` > selects just the comment content. (There's also a third text object, > `aC`, which selects a comment including trailing or leading > whitespace.) These mappings are available in Visual and > Operator-pending mode. > > This plugin uses the `comments` and `commentstring` settings to > determine what a comment looks like for a given filetype. It works > with both `/* paired */` and `// simple` comment delimiters. > > This plugin depends on the textobj-user plugin.
My dotfiles
Installation
$ ./meta/install
Languages
Shell
79.7%
Vim Script
18.7%
JavaScript
0.6%
CSS
0.6%
Python
0.3%