LoginSignup
2
2

More than 5 years have passed since last update.

Homebrewでinstallしたvimを起動すると、何故かXQuartzが起動する件

Last updated at Posted at 2015-02-16

概要

表題の通りです。
Vimの起動が遅くなるし、DockにXQuartz出てくるし気になってた。

対応

“vim x11”みたいなキーワードでググってたら、どうやらclientserverがXQuartzを使ってるっぽい気がしてきた。

案の定、brew install vim --with-client-serverというかんじで無駄にclientserver有効にしてた。
なので、それを外すかんじでbrew uninstall && brew installしたら起動しなくなりました。

参考

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2