每次提交代码的时候,总是调出nano,非常麻烦,也可以
$ sudo echo export EDITOR=/usr/bin/vim >> ~/.bashrc
$ source ~/.bashrc
还是使用ubuntu的命令修改
sudo update-alternatives --config editor
运行命令后有类似下面的提示:
有 4 个候选项可用于替换 editor (提供 /usr/bin/editor)。
There are 4 choices for the alternative editor (providing /usr/bin/editor).
Selection Path Priority Status
------------------------------------------------------------
* 0 /bin/nano 40 auto mode
1 /bin/ed -100 manual mode
2 /bin/nano 40 manual mode
3 /usr/bin/vim.basic 30 manual mode
4 /usr/bin/vim.tiny 10 manual mode
要维持当前值[*]请按回车键,或者键入选择的编号:
注:vim.basic是完全版的vim。
vim.tiny为精简版不支持高亮等功能。
阅读(3355) | 评论(0) | 转发(0) |