nvim-hclipboard
Hijack your clipboard in Neovim (by kevinhwang91)
vim-easyclip
Simplified clipboard functionality for Vim (by svermeulen)
nvim-hclipboard | vim-easyclip | |
---|---|---|
4 | 4 | |
19 | 707 | |
- | 1.0% | |
1.2 | 0.0 | |
over 2 years ago | about 6 years ago | |
Lua | Vim Script | |
BSD 3-clause "New" or "Revised" License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nvim-hclipboard
Posts with mentions or reviews of nvim-hclipboard.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-01.
-
[vent] I really hate that most neovim plugins don't provide docs...
I have written nvim-bqf, nvim-hlslens and nvim-hclipboard plugins with Lua. They aren't any :h docs. I think they are simple enough and the README is also clear. If the plugin doc is written detail, I will write it under Markdown and create a command to invoke a new tab or floating window. Vim doc, R.I.P
-
Is it possible to use visual-mode instead of select-mode for snippet placeholders?
There's a plugin which exists specifically for this purpose https://github.com/kevinhwang91/nvim-hclipboard i.e. prevents your registers getting mangled.
-
Is there a way to disable all yank-on-delete behavior in nvim?
nvim-hclipboard I wrote recently can do what you want
- Select mode always pollutes my clipboard, so I write a plugin to hijack my clipboard!
vim-easyclip
Posts with mentions or reviews of vim-easyclip.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-18.
-
Easy way to yank and replace?
vim-easy-clip
-
clipboard: error: Error: target STRING not available
Yeah I also get lots of clipboard errors while using [svermeulen/vim-easyclip](https://github.com/svermeulen/vim-easyclip), sometimes neovim completely freezes when I try and yank something
-
looking for a plugin
EasyClip or Cutlass?
-
Is there a way to disable all yank-on-delete behavior in nvim?
EasyClip does this, among other things.
What are some alternatives?
When comparing nvim-hclipboard and vim-easyclip you can also consider the following projects:
vim-cutlass - Plugin that adds a 'cut' operation separate from 'delete'
vim-ReplaceWithRegister - Replace text with the contents of a register.
nvim-neoclip.lua - Clipboard manager neovim plugin with telescope integration
vim-peekaboo - :eyes: " / @ / CTRL-R
clipboard-image.nvim - Neovim Lua plugin to paste image from clipboard.
vim-stamp - A vim plugin that replaces the currently selected text with the text in the delete register