Hi,

 now, as I becom a fan of $gp I treid to write a key shortcut for
 this.

 I checked with

         help M-p^D

 whether this keysequence is occupied. Nothing was reported.
 I tried the same with

         help M-c^D

 and some functions (?) were reported, so the ^D-trick works with my
 vim (and M-p is free for my usage...)

 I wrote in my ${HOME}/.vimrc the following line:

                 nmap <F8> $A <C-O>p

 which works as it should.

 Now I changed the line to

         nmap <M-p> $A <C-O>p
 
 which does no longer work: It inserts the yanked text right in
 place. Looks like <M- was ingnored.

 ?

 I played with higher values for timeoutlen (last checked: 250), but
 it does not help.

 What's wrong here ?

 Kind regards,
 mcc

 

 

Reply via email to