There have been a couple of hints on how pressing Fn and Delete acts as the forward delete key on PowerBooks. One thing that was frustrating me was that in the default
tcsh command line editor (in X11), a tilde is bound to that key. However, by including the following line in your
.cshrc or whatever, you can get a correct forward-delete in your command line editor:
bindkey "^[[3~" delete-char
I found the code for that key combination by dumb luck on another server that it happened to work on. Does anyone know of the key codes for page up and page down? I'd like to be able to set them to backward-word and forward-word.