Change the crontab Editor
From KlavoWiki
To change the crontab editor on Debian
Option 1
update-alternatives --config editor
Option 2
For nanao
export VISUAL=nano
For vim
export VISUAL=vim
Display current editor
set | grep VISUAL
To change the crontab editor on Debian
update-alternatives --config editor
For nanao
export VISUAL=nano
For vim
export VISUAL=vim
set | grep VISUAL