Re: ctrl+shift key mappings

2006-05-18 Thread Eric Arnold
Thanks. Now I've got some good multi-bytes to multi-chew on :-) On 5/18/06, A.J.Mechelynck [EMAIL PROTECTED] wrote: Eric Arnold wrote: Hey. Do you know any simple key sequence to test whether code I'm adding to Vim is handling mbytes correctly? Unfortunately, even if I got Japanese

ctrl+shift key mappings

2006-05-17 Thread Jared
Ok, this will be my last question for the night (promise!). I'd like to map separate commands to Ctrl-C and Ctrl-Shift-C. I've tried a couple different ways to do it, but this one seems like it should be most correct: vnoremap C-c +y vnoremap C-S-c ^Gol+y What's happening, though, is that the

Re: ctrl+shift key mappings

2006-05-17 Thread A.J.Mechelynck
Jared wrote: Ok, this will be my last question for the night (promise!). I'd like to map separate commands to Ctrl-C and Ctrl-Shift-C. I've tried a couple different ways to do it, but this one seems like it should be most correct: vnoremap C-c +y vnoremap C-S-c ^Gol+y What's happening,

Re: ctrl+shift key mappings

2006-05-17 Thread Eric Arnold
On 5/17/06, Jared [EMAIL PROTECTED] wrote: Ok, this will be my last question for the night (promise!). I'd like to map separate commands to Ctrl-C and Ctrl-Shift-C. I've tried a couple different ways to do it, but this one seems like it should be most correct: vnoremap C-c +y vnoremap C-S-c