If you want to use vim instead of vi with crontab -e. You can use this command:

    export EDITOR=/usr/bin/vim

And then invoque crontab -e

You should now be using vim instead of vi