Backspace on LINUX
December 26th, 2008If you are connecting to a LINUX (Debian/Ubuntu) system from a Mac OS X system and then start nano/pico, the delete key will probably not work as expected. One solution is to alter the TERM environment variable. If you are using the BASH shell then the following command should work :
export TERM=vt102
Changing the terminal on LINUX from xterm-color to vt102 will hopefully not cause you to many issues.