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
plugin.vim says <plug>(YoinkPaste_P) should be <C-o>-safe in insert mode, but testing with this:
test
testing
and vim.keymap.set('i', "<C-v>", "<C-o><plug>(YoinkPaste_P)<CR>", { remap = true }) if i yank test, move to the start of testing and in insert mode I <C-v> I get
It'd be nice to provide
:Paste
and:IPaste
commands as vim-easyclip does 😃The text was updated successfully, but these errors were encountered: