nvim-hclipboard
Hijack your clipboard in Neovim (by kevinhwang91)
nvim-neoclip.lua
Clipboard manager neovim plugin with telescope integration (by AckslD)
nvim-hclipboard | nvim-neoclip.lua | |
---|---|---|
4 | 13 | |
19 | 1,065 | |
- | 1.3% | |
1.2 | 6.1 | |
over 2 years ago | 2 months ago | |
Lua | Lua | |
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!
nvim-neoclip.lua
Posts with mentions or reviews of nvim-neoclip.lua.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-10.
-
Introducing: nvim-recorder, a plugin to enhance your macro experience
Macro history integrated with Telescope is something nvim-neoclip does, if you're interested in that. The relevant part of the README can be found here.
-
[New Plugin] smartyank.nvim - pollute your clipboard only when you really mean it
Also has an integration with fzf-lua to fuzzy find the history of yanks a-la nvim-neoclip.lua:
- better way of handling registers like a sort of "clipboard history"?
-
neoclip updates + some rambling about (fun) implementations
I've worked on some updates to neoclip which is a clipboard manager with telescope and fzf-lua integrations. I thought I'd also write a bit about the implementation for the new features since I found this quite fun and interesting and maybe it can be of interest for others :)
-
Favorite unfamous vim/neovim plugin?
There's also neoclip :)
-
Introducing macroscope: a plugin idea that became a feature
This is now implemented in this PR. It seems to work for me and I'm already using it but will wait a bit to merge. If anyone has some thoughts or issues I'd be happy to hear it.
-
Neoclip now supports fzf-lua in addition to telescope
I've seen some people preferring to use fzf-lua over telescope. I don't really use it my self atm, but I thought as a good way to find out how it works, is to support it in my clipboard manager neoclip.
-
Bookmark all the files you're using daily with ezbookmarks.nvim
Thanks, just trying to understand the differences and if it's worth updating my own plugin neoclip to also support fzf-lua additionally to telescope :)
-
[vent] I really hate that most neovim plugins don't provide docs...
But maybe there is no need for duplication. In your view, just so I can get an idea, what do you think in the README of my latest (somewhat popular) plugin neoclip should move from the README to the vimdoc?
-
neoclip updates
Keybind to paste content directly instead of populating register (or both). (#9)
What are some alternatives?
When comparing nvim-hclipboard and nvim-neoclip.lua you can also consider the following projects:
vim-cutlass - Plugin that adds a 'cut' operation separate from 'delete'
rnvimr - Make Ranger running in a floating window to communicate with Neovim via RPC
clipboard-image.nvim - Neovim Lua plugin to paste image from clipboard.
vim-visual-multi - Multiple cursors plugin for vim/neovim
NvChad - An attempt to make neovim cli as functional as an IDE while being very beautiful , blazing fast. [Moved to: https://github.com/NvChad/NvChad]
vim-oscyank - A Vim plugin to copy text through SSH with OSC52