You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have been using this plugin for many years. It is working like a charm.
Recently I tried nvim-neoclip which is a clipboard manager for Neovim. I noticed that when I use vim-surround to add or change surroundings, the text itself and the surroundings will be added into the yank history. Please see this issue.
In the source code of vim-surround, I see that you use d operator with the default the register. This will trigger neoclip to store the deleted contents. I am wondering whether it is possible to use the blackhole register instead of the default register?
Thank you so much.
The text was updated successfully, but these errors were encountered:
rockyzhang24
changed the title
Does this plugin use yank operation internally?
Possible to make internal d operator using the blackhole register instead of the default register
Feb 5, 2022
Have been using this plugin for many years. It is working like a charm.
Recently I tried nvim-neoclip which is a clipboard manager for Neovim. I noticed that when I use
vim-surround
to add or change surroundings, the text itself and the surroundings will be added into the yank history. Please see this issue.In the source code of
vim-surround
, I see that you used
operator with the default the register. This will triggerneoclip
to store the deleted contents. I am wondering whether it is possible to use the blackhole register instead of the default register?Thank you so much.
The text was updated successfully, but these errors were encountered: