re-map up and down key behaviour

2007-02-10 Thread Eric Leenman
Hi, Is it possible to remap the up and down key to behave a bit different. For example I have text like below : b123 : d456 : g789 And then I want everything after the : starting with xx_ When I then move the b, press i and type xx_ then it looks like xx_b123 When I then press

Re: re-map up and down key behaviour

2007-02-10 Thread A.J.Mechelynck
Eric Leenman wrote: Hi, Is it possible to remap the up and down key to behave a bit different. For example I have text like below : b123 : d456 : g789 And then I want everything after the : starting with xx_ When I then move the b, press i and type xx_ then it looks like xx_b1

Re: re-map up and down key behaviour

2007-02-10 Thread Guillaume Bog
On 10/02/07, Eric Leenman <[EMAIL PROTECTED]> wrote: Hi, Is it possible to remap the up and down key to behave a bit different. For example I have text like below : b123 : d456 : g789 And then I want everything after the : starting with xx_ When I then move the b, press i and

Re: re-map up and down key behaviour

2007-02-10 Thread Georg Dahn
Hi! There is a much easier way to to that: Just read :h v_b_I :h v_b_I_example Best regards, Georg Eric Leenman wrote: Hi, Is it possible to remap the up and down key to behave a bit different. For example I have text like below : b123 : d456 : g789 And then I want everyth

Re: re-map up and down key behaviour

2007-02-10 Thread Tim Chase
>> : b123 >> : d456 >> : g789 >> >> When I then press the down-key its position to insert a character >> between 5 and 6. >> Is it possible to remap so that it goes to the postion between the >> and the d? > > In this case I don't quite understand what (which key sequences) you

Re: re-map up and down key behaviour

2007-02-10 Thread Georg Dahn
and using i instead of c didn't work. Maybe someone has a better solution. Just use I instead of i. Best wishes, Georg ___ All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease of use." - PC Magaz

Re: re-map up and down key behaviour

2007-02-10 Thread Tim Chase
>> : b123 >> : d456 >> : g789 > > There is a much easier way to to that: Just read > > :h v_b_I > :h v_b_I_example If the columns actually align and one wants to make changes on every line, this is a good suggestion. However, in the example the OP gave, that 3rd line didn't li

Re: re-map up and down key behaviour

2007-02-10 Thread Guillaume Bog
On 10/02/07, Georg Dahn <[EMAIL PROTECTED]> wrote: > and using i instead of c didn't work. Maybe someone has a better > solution. Just use I instead of i. Best wishes, Georg That's it, thanks a lot.

Re: re-map up and down key behaviour

2007-02-10 Thread Yegappan Lakshmanan
Hi Eric, On 2/10/07, Eric Leenman <[EMAIL PROTECTED]> wrote: Hi, Is it possible to remap the up and down key to behave a bit different. For example I have text like below : b123 : d456 : g789 And then I want everything after the : starting with xx_ When I then move the b, pre