aboutsummaryrefslogtreecommitdiff
path: root/plugin/repeat-yank.vim
Commit message (Collapse)AuthorAge
* Add repeat-yank.vim.Josh Rahm2025-04-09
This adds a new verb, gy, which behaves exactly like a normal yank command except it's dot-repeatable. When using the dot-repeat, it yank-appends with a newline to the register, so it can be used as an accumulator.