How to copy the ex command to the clipboard or paste it to the buffer?
Using gvim on Windows.
|
|
|
|
|
|
|
The windows clipboard can be accessed through the buffer |
||||||||
|
|
|
Enter command history with (from normal mode)
Then select and copy(yank) commands you need with
|
||
|
|
|
|
If you source mswin.vim in your setup it will map the default Windows copy/paste keys to use the clipboard. If you want to do it yourself please see Soulmerge's answer. |
||||||
|