月下博客

修改linux默认编辑器

修改crontabe等命令的默认编辑器:

export EDITOR=vim

更改git的默认编辑器:

 git config --global core.editor  vim