【发布时间】:2019-01-20 15:17:05
【问题描述】:
Homebrew 编辑器有问题:使用 Atom 代替 Vim
$ brew edit a_brew_formula
Editing /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/a_brew_formula.rb
Warning: Using atom because no editor was set in the environment.
This may change in the future, so we recommend setting EDITOR,
or HOMEBREW_EDITOR to your preferred text editor.
EDITOR 和HOMEBREW_EDITOR 在config.fish 中设置得很好:
set EDITOR vim
set HOMEBREW_EDITOR vim
我检查了外壳:
$ echo $EDITOR
vim
为什么不考虑我的编辑选择?
【问题讨论】:
-
您可能还想将
VISUAL变量设置为vim -
它有什么作用?