Saturday, May 28, 2011

Re: Problems with delete

On May 28, 5:11 am, TS <development.hardw...@googlemail.com> wrote:
> Hey folks,
>
> I'm using vim on a linux system. If I type delete I'll get "^?".
> In the bash delete works fine. How can I fix the problem?
>
> cheers,
> TS

Add this to the .bashrc

stty erase ^H

where "^" is the character "^" followed by "H"

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: