In your ~/.cshrc file, by default, the keybinding are set to vi. If you know vi, you can use vi commands to edit the line, such as using ‘i’ to insert into the command. Otherwise, you should change your keybinding by editting your .cshrc file. Search the file for “bindkey” and uncomment the line about “emacs” bindings and comment out the “vi” option. Then, apply your updates.
If your .cshrc file doesn’t have the bindkey line about emacs in it, then add the line:
bindkey -e
The next time you login, your changes will be applied. To see your changes in the same shell, you can execute source on the configuration file:
source .cshrc
ssh strauss.udel.edu for the UD networkssh stimpy.cis.udel.edu for the CIS networkRemember that your UD network login and password might be different from your CIS login.
http://www.cis.udel.edu/~user.~user/public_html. Make sure to chmod -R 755 public_html to make your files world readable and executable.http://udel.edu/~user.