iVimClippy
Because vimclippy
is a shell command, iVim users may fear they are OUT OF LUCK when it comes to FAST clipboard-editing, and that they are doomed to forever tapping out "*P
…:%y*
like NEANDERTHALS.
But there is a way.
Step 1: Create a User-Defined Command
First we’re going to set up a :VimClippy
Ex command to insert the current content of the clipboard into a buffer and set up the autocommand to write the edited text back into the clipboard when the buffer is saved.