Let 'crontab -e' use vim
by default, 'crontab -e' uses vi without syntax highlights on fedora.
to make it use vim, execute the following command:
> export EDITOR=/usr/bin/vim
to make it use vim, execute the following command:
> export EDITOR=/usr/bin/vim
0 Comments:
Post a Comment
<< Home