修改crontab默认编辑器为vi或者其他的编辑器。
export EDITOR="/usr/bin/vim" ; crontab -e
更简单的办法,直接执行命令:select-editor
然后选择编辑器