Getting highlight copy and paste in VIM -


I'm trying to switch to VIM, but there is a feature that I really lack and it's a highlights copy - Pasting. In addition, I have actually lost the "P" and "Y" orders, I may not have to copy or paste anything properly. I have set "clipboard = anonymize" to use the OS clipboard, can you solve some points, or possibly my problems? It would be nice if I can do Ctrl + C / Ctrl + V and be able to copy the highlighted text from my clipboard and paste it from my clipboard.

Thanks in advance.

By default, the Wim Yang text and store it in the " register After yanking, you can see it by typing : reg command.

However, you can control which register you want to yakub or paste For example, insert content from "ay yanks / copy register a , " cp register to c Is / sticks.

In Vim you have more than one cloth "You can copy many things into different" clipboards "and paste them right. This is a big advantage of VIM, right?

If you want to select the selected text system Use ctrl-c to copy to the clipboard, you can:

  "Copy / Paste Easy Copyboard from vnoremap" C-C & gt; "+ Y nnoremap  gt; p" + P  

but I will not use cv to paste because it is already Blockwedding selection facility has been assigned.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -