diff --git a/C-git-commands.asc b/C-git-commands.asc index db01461f4..7817a4c77 100644 --- a/C-git-commands.asc +++ b/C-git-commands.asc @@ -62,7 +62,7 @@ Accompanying the configuration instructions in <>, |Scratch (Linux)|`git config --global core.editor "scratch-text-editor"` |Sublime Text (macOS) |`git config --global core.editor "/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl --new-window --wait"` |Sublime Text (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\Sublime Text 3\sublime_text.exe' -w"` (Also see note below) -|TextEdit (macOS)|`git config --global core.editor "open --wait-apps --new -e"` +|TextEdit (macOS)|`git config --global core.editor "open -W -n"` |Textmate |`git config --global core.editor "mate -w"` |Textpad (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\TextPad 5\TextPad.exe' -m` (Also see note below) |UltraEdit (Windows 64-bit) | `git config --global core.editor Uedit32`