Monday, September 9, 2013

Where does mapping come from on Windows?

While looking into a different issue, I found that my Windows gvim has a mapping defined for pasting with <S-Insert>, but not my Solaris gvim.

I did ":verbose map <S-Insert>" and got:

v <S-Insert> "-d"*P
n <S-Insert> "*P

To my surprise, there is NO "Last set from..." message telling me where the mapping is defined. So...where IS it defined? When this happens for an option setting, it means Vim set it that way by default or I typed it manually. What does that mean for a mapping? And where is this mapping actually defined? And why only on Windows?

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment