How to copy the ex command to the clipboard or paste it to the buffer?
Using gvim on Windows.
|
How to copy the ex command to the clipboard or paste it to the buffer? Using gvim on Windows.
| |||
|
feedback
|
|
The windows clipboard can be accessed through the buffer | |||||||||
feedback
|
|
Enter command history with (from normal mode)
Then select and copy(yank) commands you need with
| |||
|
feedback
|
|
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. | |||||||
feedback
|