Paste from the system clipboard in paste mode, and then repeat (.) Not performed

I am in MacVim, but I assume this applies to gVim as well. In paste mode, if I paste from the system clipboard - vthen exit Esc, then repeat .everything that it does, move the cursor back to space. He did not register the system insert as part of the keys pressed.

It's strange if I type - vin normal mode, I can press .after a repeat, and it works fine.

I know I can dial <c-r>*, but it's bad .

I tried inoremap <D-v> <c-r>*, but this did not seem to have an effect.

+5
source share
1

~/.gvimrc:

inoremenu Edit.Paste <C-r><C-p>*
+2

All Articles