摘要: git 默认使用emacs作为编辑器,我们可以如下任何一种方式来使用VIM在git config中设置core.editor: git config --global core.editor "vim"在环境变量中设置GIT_EDITOR: export GIT_EDITOR=vim... 阅读全文
posted @ 2016-02-24 11:24 chenqiangzhishen 阅读(873) 评论(0) 推荐(0)