duplicate-demo.mov
Duplicate visual selection & lines
- Duplicate lines in different directions (up/down) by specified offset
- Duplicate visual selection & line-wise blocks
packer.setup(function(use)
use({
"hinell/duplicate.nvim",
setup = function()
vim.g["duplicate-nvim-config"] = {
visual = {
selectAfter = true, -- true to select duplicated text
block = true -- true to enable block-wise duplication
}
}
end
})
end)
require("lazy").setup(
{ "hinell/duplicate.nvim" },
dependencies={ }
)
Plug "hinell/duplicate.nvim"
NO GUARANTEES UNTIL PAID. This project is supported and provided AS IS. See also LICENSE.
- hinell/move.nvim - move chunks of text around; fork
- @smjonas/duplicate.nvim - archived
- echasnovski/mini.nvim
- booperlv/nvim-gomove - both move & duplicate chunks of text; poor commands
September 29, 2023
Copyright © - Alexander Davronov (a.k.a Hinell), et.al.