Friday, March 30, 2012

Re: ALT+ SHIFT mapping doesn't work

Thanks Ben, that does the trick

Ben Fritz wrote on 30-3-2012 17:06:
> On Friday, March 30, 2012 12:40:25 AM UTC-5, Jeri Raye wrote:
>> Hi,
>>
>> I have the following mappings:
>>
>> inoremap<M-S-7> _
>> inoremap<M-7> -
>>
>> When I do<M-7> I get - (the dash char), what is what I expected
>> When I do<M-S-7> I get | (the pipe char)
>> I would except _ (the underscore char)
>>
>> When I type :verbose map!<M-S-7>
>> Vim replies withL: I<S-.> *_-7>
>> Last set in c:… myfile
>>
>> Why do I still get the | (pipe char)?
>>
>>
>
> I don't know why, but try<M-&> instead. It seems to work here.
>

--
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

No comments: