On May 28, 5:11 am, TS <[email protected]> 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
