We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a75ed commit 2fdc210Copy full SHA for 2fdc210
C-git-commands.asc
@@ -55,7 +55,7 @@
55
|Emacs |`git config --global core.editor emacs`
56
|Gedit (Linux) |`git config --global core.editor "gedit --wait --new-window"`
57
|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"`
+|Kate (Linux) |`git config --global core.editor "kate --block"`
59
|nano |`git config --global core.editor "nano -w"`
60
|Notepad (Windows 64-bit) |`git config core.editor notepad`
61
|Notepad++ (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\Notepad++\notepad++.exe' -multiInst -notabbar -nosession -noPlugin"` (смотри примечание ниже)
0 commit comments