duplicate.nvim
duplicate.nvim copied to clipboard
Neovim plugin to duplicate a textobject.
As far as I can tell, the current behavior of `3ydd` is equivalent to `yd2j` (= duplicate three lines). However, I would also find it intuitive/useful if `3ydd` would be...
:robot: I have created a release *beep* *boop* --- ## [3.0.0](https://github.com/smjonas/duplicate.nvim/compare/v2.1.0...v3.0.0) (2023-09-18) ### ⚠ BREAKING CHANGES * add deprecation notice ### Documentation * add deprecation notice ([2a86961](https://github.com/smjonas/duplicate.nvim/commit/2a8696177e00d384b6e5c01b357356225f586d32)) --- This PR...
here is a nice guide explaining how dot repeat can be implemented: https://www.vikasraj.dev/blog/vim-dot-repeat
I basically have a mini-plugin in my config which tries to improve current-line-duplication by adding some minor tweaks like: - in css, when a line with "margin-right" is duplicated, it...