The terminal sends ^? (based on Ctrl-v,Backspace) for backspace. My .screenrc has: termcap xterm-color term "screen"
And backspace works on command line, vim normal/insert/command modes, it even works in Ctrl-a,: context. But, it does work in screen Ctrl-a context. I can change the terminal to use ^H, and that inverts the working listing. (I'm not doing that.) So, I've tried each of these: bindkey -k kD stuff ^H bindkey "^[[3~" stuff ^[OC^H bindkey "^?" stuff ^H bindkey "^?" prev bind "^?" prev I can't figure this out. Please advise. -- .!# RichardBronosky #!. _______________________________________________ screen-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/screen-users
