Re: some problems with vim

2011-02-08 Thread Alokat
On 02/08/2011 01:48 AM, Devin Teske wrote: On Mon, 2011-02-07 at 16:25 -0800, Devin Teske wrote: On Tue, 2011-02-08 at 01:10 +0100, Alokat wrote: Hi, I have some problems by using vim. arrow up prints a B arrow down prints a C ... How can I fix this? Try adding

some problems with vim

2011-02-07 Thread Alokat
Hi, I have some problems by using vim. arrow up prints a B arrow down prints a C ... How can I fix this? Regards, alokat ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: some problems with vim

2011-02-07 Thread Devin Teske
On Tue, 2011-02-08 at 01:10 +0100, Alokat wrote: Hi, I have some problems by using vim. arrow up prints a B arrow down prints a C ... How can I fix this? Try adding to ~/.vimrc set t_ku=^[[1;2B set t_kd=^[[1;2C You didn't mention what left/right do. But here's a guess: set t_kr

Re: some problems with vim

2011-02-07 Thread Devin Teske
On Mon, 2011-02-07 at 16:25 -0800, Devin Teske wrote: On Tue, 2011-02-08 at 01:10 +0100, Alokat wrote: Hi, I have some problems by using vim. arrow up prints a B arrow down prints a C ... How can I fix this? Try adding to ~/.vimrc set t_ku=^[[1;2B set t_kd=^[[1;2C