From 2d9b966023914ea1964981674eeb2bd3cdc569fa Mon Sep 17 00:00:00 2001 From: Dmitriy Kindeev Date: Wed, 5 Mar 2025 13:07:33 +0300 Subject: [PATCH] Fix Kate parameters to block the editor --- C-git-commands.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"` (смотри примечание ниже)