Open
Description
local opts = { noremap = true, silent = true }
vim.keymap.set({'c'}, '<c-v>', '<c-r>*', opts)
does not work very well.
Observed:
I yank a dummy string, eg "adsfadsfasdf"
In command mode, I press c-v, tring to paste. I see.
The pasted string is actually there. But the issue is: it is not visible.
I press entry key. It prompted
, which means it has been pasted, but it's invisible.
Metadata
Metadata
Assignees
Labels
No labels