Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

vim-plugをセットアップしたらgit commitしたときにE492: Not an editor commandって怒られるようになっちゃった

$
0
0

Gitが使うeditorを(viでなく)vimに設定すればよい。

  1. GIT_EDITOR環境変数
  2. core.editor設定
  3. VISUAL環境変数
  4. EDITOR環境変数
  5. コンパイル時の設定(通常vi)

の優先順位で利用されるエディタが決定する(git-var(1))ので、何も設定していなければ(大抵の場合)viが使用される。
vimが使われるように設定しておこう。例えば、次のように:

git config --global core.editor $(which vim)

Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>