From buddha@u.washington.edu Sat Nov 25 22:30:48 2000 Received: from jason03.u.washington.edu (root@jason03.u.washington.edu [140.142.8.11]) by lists.u.washington.edu (8.9.3+UW00.05/8.9.3+UW99.09) with ESMTP id WAA136324 for ; Sat, 25 Nov 2000 22:30:47 -0800 Received: from goodall2.u.washington.edu (buddha@goodall2.u.washington.edu [140.142.12.168]) by jason03.u.washington.edu (8.9.3+UW00.05/8.9.3+UW00.01) with ESMTP id WAA54436 for ; Sat, 25 Nov 2000 22:30:46 -0800 Received: from localhost (buddha@localhost) by goodall2.u.washington.edu (8.9.3+UW00.05/8.9.3+UW99.09) with ESMTP id WAA51258 for ; Sat, 25 Nov 2000 22:30:45 -0800 Date: Sat, 25 Nov 2000 22:30:45 -0800 (PST) From: "'The Pho Man' Doug McLean" To: UW Linux Group Subject: Re: Vim and deleting In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Ah thanks! I assumed I didn't need to do that because I could delete when on the command line, and that it was something missing in .vimrc Happy Thanksgiving weekend all! Doug McLean "True words seem contradictory." --Lao Zi On Sat, 25 Nov 2000, Slowping wrote: |I don't know about VIM, but under some terminals, you can get the |backspace to work right by typing: |stty erase |If it works, it should look like: |stty erase ^? |>From then on, your BS should work right. I don't know if this trick will |carry over into VIM. | |On Sat, 25 Nov 2000, 'The Pho Man' Doug McLean wrote: | |> I seem to have a small, but annoying problem in vim where if I try to |> delete using the backspace key, I just get ^? instead of deleting the |> stuff. This happens when I try to run a command from ex (i.e. the |> : prompt) or when I am just typing stuff. Anyone know of a way to make |> backspace work like it should? I imagine its just something I need to set |> in .vimrc, but after poring through documentation and watching Pulp |> Fiction, I can't quite figure it out. Thanks! |> |> Doug McLean |> |> "True words seem contradictory." |> --Lao Zi |> |> |> | | .