Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:Paste and :IPaste command #10

Open
wodesuck opened this issue May 2, 2019 · 1 comment
Open

:Paste and :IPaste command #10

wodesuck opened this issue May 2, 2019 · 1 comment

Comments

@wodesuck
Copy link

wodesuck commented May 2, 2019

It'd be nice to provide :Paste and :IPaste commands as vim-easyclip does 😃

@Taverius
Copy link

And the command-mode paste. that was super handy.

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

test

tes
ttesting

which ... yeah, no clue what's going on there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants