use any editor of your choosing to modify crontab…  at your command prompt (assuming you are root), type:
EDITOR=nano
export EDITOR
now, when you crontab -e that editor (in this case, nano) will be used instead of vi. what a relief!