aboutsummaryrefslogtreecommitdiff
path: root/plugin/commenter.vim
Commit message (Collapse)AuthorAge
* Bunch of changes.Josh Rahm2024-03-08
| | | | | | | | | | | | | | | | | Salient changes are: Get rid of object remapping the quotes (i/a "/'/`) in favor of adding a new text object "next quotes" such as cin"/can"/etc. Added mappings in visual mode that behave like "fall", but for matching characters. So <C-v>ic will highlight the current character and all of the same character up and down. Super useful for making edits to columns of identical characters. Added a text object ic/ac that highlight all the lines that match. removed the uncommented paragraph text objects as they're broken anyway.
* commenter.vim: add acp and icp text objects.Josh Rahm2022-09-16
| | | | Just like ip and ap, except it excludes commment blocks.
* commenter.vim: better commenting with regexesJosh Rahm2022-09-15
|
* commenter.vim: crude text object for editing commentsJosh Rahm2022-09-13
| | | | Adds the text object i/
* fieldmarshal.vim: Add utility function for modifying motionsJosh Rahm2022-09-12
|
* commenter.vim: add commenter to comment out chunks of textJosh Rahm2022-09-12
this uses a new operator 'cd' which can be thought of as 'comment-y delete'