gbprod / yanky.nvim

Improved Yank and Put functionalities for Neovim
Do What The F*ck You Want To Public License
802 stars 22 forks source link

feat(ring): allows to update register content on cycle #149

Closed gbprod closed 9 months ago

gbprod commented 9 months ago

Using the update_register_on_cycle option, when you cycle through the ring, the contents of the register used to update will be updated with the last content cycled.

Ref: #76