I can’t seem to find a reference to the name of the actual delete key that bindkey uses (“^?” is the string I guess?). In any case, I’m going to have to get gcc installed to figure out what’s going on I suppose. stty -a showed some interesting stuff, but I really think I’m going to need to go through the Linux Backspace/Delete mini-HOWTO to try to figure out what’s going on. Hmm, maybe not. My problems are w/ remote logins. I think it’s because the stty has erase mapped to ^H on my remote systems but ^? on the Mac. I can map stty’s erase to ^H, but now I have to figure out how to map the delete key to ^H in the Terminal.app. Maybe reading Consistent BackSpace and Delete Configuration will help.