diff --git a/C-git-commands.asc b/C-git-commands.asc index 80e7a34d..6496a600 100644 --- a/C-git-commands.asc +++ b/C-git-commands.asc @@ -55,7 +55,7 @@ |Emacs |`git config --global core.editor emacs` |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 '%*'"` (смотри примечание ниже) -|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"` (смотри примечание ниже)