vim-mode-plus-duplicate

Duplicate an area of text using vim-mode-plus motions and text-objects.

dillonkearns

801

1

0.3.0

MIT

GitHub

This package consumes the following services:

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