| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | put.vim,charadd.vim: add ability to change bindings | Josh Rahm | 2022-09-12 |
| | | |||
| * | put.vim: add some more put operations | Josh Rahm | 2022-09-12 |
| | | | | | | | cpp put over the line cP put from the current position to the end of the line ["r]{visual}P Paste, but place the yanked text into the provided register. | ||
| * | put.vim: support for 'cp' operator. | Josh Rahm | 2022-09-12 |
| The cp operator replaces a text object with the contents of a register while preserving the value of the default register to improve repeatability. | |||