Linux - GeneralThis forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
on my redhat 9 system, backspace in vim works as expected. but when i rlogin to a redhat 7.3 machine on my network, when i type backspace in vim, it prints ^? instead of deleting the character that the cursor is on. why does it do this and how can i fix it?
you could try going through different term settings by typing
:set term=ansi (in vim)
there are other terminal types or if you have a .vimrc file in your homedir it should be possible to map keys to backspace in that. (something like set t_ku=^[OA would fix the up arrow key etc. - not sure what the set t_?? is for backspace though)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.