| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fieldmarshal.vim: Add utility function for modifying motions | Josh Rahm | 2022-09-12 |
| | | |||
| * | put.vim,charadd.vim: add ability to change bindings | Josh Rahm | 2022-09-12 |
| | | |||
| * | charadd.vim: add ability to increment/decrement to characters in a text object. | Josh Rahm | 2022-09-12 |
| adds cx, cxx, cX, cXX, cgx, cgxx, cgX, cgXX which is [count]c[g](x|X)<motion> add/subtract v:count to each codepoint in the given text motion. if g is present, modify /all/ codepoints if g is not present, modify only non-space codepoints if X is used, subtract v:count from each codepoint if x is used, add v:count to each codepoint if x or X is repeated, operate on the line. repeatable with '.' | |||