Visual Studio Code をエディターに使う
-
[Visual Studio Code](https://code.visualstudio.com/) (VS Code) をインストールします。 詳細については、VS Code ドキュメントの「[VS Code の設定](https://code.visualstudio.com/Docs/setup/setup-overview)」を参照してください。 -
[ターミナル][ターミナル][Git Bash] を開きます。
-
次のコマンドを入力します。
git config --global core.editor "code --wait"
-
[Visual Studio Code](https://code.visualstudio.com/) (VS Code) をインストールします。 詳細については、VS Code ドキュメントの「[VS Code の設定](https://code.visualstudio.com/Docs/setup/setup-overview)」を参照してください。 -
[ターミナル][ターミナル][Git Bash] を開きます。
-
次のコマンドを入力します。
git config --global core.editor "code --wait"
-
[Visual Studio Code](https://code.visualstudio.com/) (VS Code) をインストールします。 詳細については、VS Code ドキュメントの「[VS Code の設定](https://code.visualstudio.com/Docs/setup/setup-overview)」を参照してください。 -
[ターミナル][ターミナル][Git Bash] を開きます。
-
次のコマンドを入力します。
git config --global core.editor "code --wait"
エディタとして Sublime Text を使う
-
[Sublime Text](https://www.sublimetext.com/) をインストールします。 詳細については、Sublime Text の「[Installation](https://docs.sublimetext.io/guide/getting-started/installation.html)」(インストール) ドキュメントを参照してください。 -
[ターミナル][ターミナル][Git Bash] を開きます。
-
次のコマンドを入力します。
git config --global core.editor "subl -n -w"
-
[Sublime Text](https://www.sublimetext.com/) をインストールします。 詳細については、Sublime Text の「[Installation](https://docs.sublimetext.io/guide/getting-started/installation.html)」(インストール) ドキュメントを参照してください。 -
[ターミナル][ターミナル][Git Bash] を開きます。
-
次のコマンドを入力します。
git config --global core.editor "'C:/Program Files (x86)/sublime text 3/subl.exe' -w"
-
[Sublime Text](https://www.sublimetext.com/) をインストールします。 詳細については、Sublime Text の「[Installation](https://docs.sublimetext.io/guide/getting-started/installation.html)」(インストール) ドキュメントを参照してください。 -
[ターミナル][ターミナル][Git Bash] を開きます。
-
次のコマンドを入力します。
git config --global core.editor "subl -n -w"
エディタとして Notepad++ を使う
-
Notepad++ をhttps://notepad-plus-plus.org/からインストールしてください。 詳細については、Notepad++ の「概要」のドキュメントを参照してください。
-
[ターミナル][ターミナル][Git Bash] を開きます。
-
次のコマンドを入力します。
git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"