How can I do paste from clipboard in exVim to insert code in the project from different sources?
Closed this issue · 2 comments
jimkoGit commented
In difference from gvim, after exView installation, there is no opportunity to paste from clipboard any text data from another source (e.g. web page) to my files.
jwu commented
you can use <leader>p
, <leader>P
to paste source in clipboard or <leader>y
to copy text in vim to clipboard
jimkoGit commented
Thank you.