LoginSignup
5

More than 5 years have passed since last update.

posted at

updated at

GitBashで起動するテキストエディタの変更

GitBashで起動するテキストエディタ(defaultではVim)を任意のものに変更する方法。

サクラエディタに変更の場合
$ git config --global core.editor "'C:/Program Files (x86)/sakura/sakura.exe' -CODE=4"

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
What you can do with signing up
5