Skip to content

Commit 2fdc210

Browse files
DKindeevMorganov
authored andcommitted
Fix Kate parameters to block the editor
1 parent 79a75ed commit 2fdc210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C-git-commands.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
|Emacs |`git config --global core.editor emacs`
5656
|Gedit (Linux) |`git config --global core.editor "gedit --wait --new-window"`
5757
|Gvim (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\Vim\vim72\gvim.exe' --nofork '%*'"` (смотри примечание ниже)
58-
|Kate (Linux) |`git config --global core.editor "kate"`
58+
|Kate (Linux) |`git config --global core.editor "kate --block"`
5959
|nano |`git config --global core.editor "nano -w"`
6060
|Notepad (Windows 64-bit) |`git config core.editor notepad`
6161
|Notepad++ (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\Notepad++\notepad++.exe' -multiInst -notabbar -nosession -noPlugin"` (смотри примечание ниже)

0 commit comments

Comments
 (0)