On Wed, 3 Nov 2004, Mark Signal wrote: > works with 'more' as well > how do you change from vi to a user freindly editor? Set the EDITOR variable in your shell. For example, put this in your .bashrc export EDITOR=/usr/bin/nano or whatever you want (vim is better than vi). -- David