diff --git a/C-git-commands.asc b/C-git-commands.asc index bd3dd1861..79c497545 100644 --- a/C-git-commands.asc +++ b/C-git-commands.asc @@ -56,7 +56,7 @@ Accompanying the configuration instructions in <>, |Gedit (Linux) |`git config --global core.editor "gedit --wait --new-window"` |Gvim (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\Vim\vim72\gvim.exe' --nofork '%*'"` (Also see note below) |Helix |`git config --global core.editor "helix"` -|Kate (Linux) |`git config --global core.editor "kate"` +|Kate (Linux) |`git config --global core.editor "kate --block"` |nano |`git config --global core.editor "nano -w"` |Notepad (Windows 64-bit) |`git config core.editor notepad` |Notepad++ (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\Notepad++\notepad++.exe' -multiInst -notabbar -nosession -noPlugin"` (Also see note below)