Skip to content

Neovim plugin to fix visual-selected text pasting behaviour

License

Notifications You must be signed in to change notification settings

silentz/nvim.nocopy-paste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim.nocopy-paste

Neovim plugin for pasting text without copying underlying visual-selected text

example.gif

Installation

Install the plugin with your preferred package manager

Lazy.nvim

require("lazy").setup({
    "silentz/nvim.nocopy-paste",
})

Packer

return require('packer').startup(function (use)
    use "silentz/nvim.nocopy-paste"
end)

FAQ

  • Q: Why not use vnoremap p "_dP instead of this plugin?
  • A: There is the problem while using vnoremap p "_dP. It happens while pasting in the end of a line: vnoremap_example

About

Neovim plugin to fix visual-selected text pasting behaviour

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages