Using vim with crontab -e

Written by
Date: 2012-03-09 23:40:20 00:00


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