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 in

Re: ctrl+shift key mappings

2006-05-18 Thread A.J.Mechelynck
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 installed, I've forgotten the few Kanji I knew :-P if &termencoding == "" let &termencoding = &encoding

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 "+y vnoremap ^Gol"

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 "+y vnoremap ^Gol"+y What's happening, though, is

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 "+y vnoremap ^Gol"+y What's happening, though, is that the C-S-c