vim-mode-plus-duplicate
Duplicate an area of text using vim-mode-plus motions and text-objects.
dillonkearns 803 1 0.3.0 MIT GitHub

vim-mode-plus-duplicate package

Adds a vim-mode-plus operator to duplicate a motion or text-object. This package currently only supports line-wise duplication.

yd{motion} duplicates the area defined by {motion}. Duplicate demo 1

ydd duplicates the current line. Duplicate demo 2