aboutsummaryrefslogtreecommitdiff
path: root/plugin/put.vim
Commit message (Collapse)AuthorAge
* put.vim,charadd.vim: add ability to change bindingsJosh Rahm2022-09-12
|
* put.vim: add some more put operationsJosh Rahm2022-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 Rahm2022-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.