Releases: smjonas/duplicate.nvim
Releases · smjonas/duplicate.nvim
v2.1.0
2.1.0 (2023-01-24)
Features
- move cursor to beginning of duplicated text (06e5e46)
- respect v:count in line-wise mapping (a3691db)
Bug Fixes
- moving cursor when duplicating current line (#10) (d58104c)
v2.0.0
2.0.0 (2023-01-21)
⚠ BREAKING CHANGES
- change configuration for operators
Features
- add config.transform to support modification of selection before pasting (866bcb5)
Code Refactoring
- change configuration for operators (c25c9b4)
v1.0.0
1.0.0 (2023-01-21)
Features
- add separate visual_mode textobject, disabled by default (6d73f6a)
- add ydd mapping to duplicate current line (08ed0ba)
- basic duplication within a line (f085344)