Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Releases: smjonas/duplicate.nvim

v2.1.0

24 Jan 16:37
Compare
Choose a tag to compare

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

21 Jan 13:40
Compare
Choose a tag to compare

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

21 Jan 11:57
bf670da
Compare
Choose a tag to compare

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)