nvim-hclipboard
Hijack your clipboard in Neovim (by kevinhwang91)
vim-cutlass
Plugin that adds a 'cut' operation separate from 'delete' (by svermeulen)
nvim-hclipboard | vim-cutlass | |
---|---|---|
4 | 14 | |
19 | 201 | |
- | 0.0% | |
1.2 | 0.0 | |
over 2 years ago | over 2 years ago | |
Lua | Vim Script | |
BSD 3-clause "New" or "Revised" License | MIT 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-cutlass
Posts with mentions or reviews of vim-cutlass.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-16.
-
Is there a way to delete lines without putting them in your 'Yank Buffer'?
and the remappings suggested by [cutlass(https://github.com/svermeulen/vim-cutlass). I use the ones with "x" doing the "cutting".
-
Clipboard issue
You can use a plugin like https://github.com/svermeulen/vim-cutlass or remap those delete commands to go to the blackhole register. See http://vimcasts.org/blog/2013/11/registers-the-good-the-bad-and-the-ugly-parts/ for a complete explanation.
-
Favorite unfamous vim/neovim plugin?
svermeulen/vim-cutlass because I hate the yand-on-delete behavior. d to delete, m to cut. ("move")
-
Not cut the text, just delete. Config.
There is a plugin for this. It's actually tricky to do this without a plugin, since there are so many commands that clutter the " register on use, including every key in select mode.
-
How can I make spacemacs' evil mode not affect yank when using delete?
I wanted to know if there was an easy way to make spacemacs' evil mode not affect yank when using dd or similar delete commands so instead of "cut" it would "delete". But I still want the "clipboard" to be global. (So I can still copy/paste things in and out of spacemacs) Basically, I'm trying to achieve what this vim plugin does. Any ideas?
-
looking for a plugin
EasyClip or Cutlass?
-
Changing the copy buffer of yank and delete word
Or vim-cutlass - maybe extreme for a purist but it fits my mental model perfectly by making other operations (c cc d dd etc) delete to black hole and giving a new one for cut (eg m) - https://github.com/svermeulen/vim-cutlass
-
Is there a way to NOT save text into register, when doing change (cw, cc) commands?
Not Neovim specific, but I use cutlass to turn off this feature for most operations: https://github.com/svermeulen/vim-cutlass
-
Is there a way to disable all yank-on-delete behavior in nvim?
vim-cutlass is a simple plugin that does what you want. I have m (for "move") mapped to the default delete behavior (and use 'gm' for marks).
- Request: Only replace default register if what you deleted/cut has content.
What are some alternatives?
When comparing nvim-hclipboard and vim-cutlass you can also consider the following projects:
nvim-neoclip.lua - Clipboard manager neovim plugin with telescope integration
vim-yoink - Vim plugin that maintains a yank history to cycle between when pasting
clipboard-image.nvim - Neovim Lua plugin to paste image from clipboard.
substitute.nvim - Neovim plugin introducing a new operators motions to quickly replace and exchange text.
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]
nvim-tetris - Bringing emacs' greatest feature to neovim - Tetris!