作者热门文章
- r - 以节省内存的方式增长 data.frame
- ruby-on-rails - ruby/ruby on rails 内存泄漏检测
- android - 无法解析导入android.support.v7.app
- UNIX 域套接字与共享内存(映射文件)
这就是我的 ~/.bashrc 中的内容
export GIT_EDITOR='/Applications/MacVim.app/Contents/MacOS/Vim -g '
当我发出
git commit
然后我得到一个 macvim 编辑器,但在命令行上我看到这条消息
$ git commit
Aborting commit due to empty commit message.
如果我使用更改 GIT_EDITOR 来使用 textmate,那么一切正常
export GIT_EDITOR='/usr/local/bin/mate -w'
我不想使用 textmate。我想使用 macvim。我正在使用 mac 并使用 bash。
最佳答案
您需要为 vim 提供 -f
选项以确保它不会自行后台。
关于GIT_EDITOR 不适用于 macvim,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4737381/
这就是我的 ~/.bashrc 中的内容 export GIT_EDITOR='/Applications/MacVim.app/Contents/MacOS/Vim -g ' 当我发出 git co
我是一名优秀的程序员,十分优秀!