Re: Odd Backspace behavior in vim

2008-10-06 Thread Dan H.
On Sun, Oct 05, 2008 at 01:48:04PM -0500, Ron Johnson wrote: > > What version of vim are you using? > > Which terminal window are you using (xterm, rxvt, gnome-terminal, > etc), and what version? > > What version of X are you using? > > Maybe a customized ~/.Xresources or /etc/X11/Xresources?

Re: Odd Backspace behavior in vim

2008-10-05 Thread Ron Johnson
On 10/05/08 13:17, Dan H. wrote: Hello people, yes, I've done my Google homework. Yes, everybody seems to solve this problem using "set backspace=eol,start,indent" and "set fixdel". However, it doesn't work in xterms on this machine: Whenever I hit backspace, the character to the right of the cu

Odd Backspace behavior in vim

2008-10-05 Thread Dan H.
Hello people, yes, I've done my Google homework. Yes, everybody seems to solve this problem using "set backspace=eol,start,indent" and "set fixdel". However, it doesn't work in xterms on this machine: Whenever I hit backspace, the character to the right of the current cursor position gets deleted.