We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73114ad + 8efcf72 commit e3e4380Copy full SHA for e3e4380
C-git-commands.asc
@@ -56,7 +56,7 @@ Accompanying the configuration instructions in <<ch01-getting-started#_editor>>,
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 '%*'"` (Also see note below)
58
|Helix |`git config --global core.editor "helix"`
59
-|Kate (Linux) |`git config --global core.editor "kate"`
+|Kate (Linux) |`git config --global core.editor "kate --block"`
60
|nano |`git config --global core.editor "nano -w"`
61
|Notepad (Windows 64-bit) |`git config core.editor notepad`
62
|Notepad++ (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\Notepad++\notepad++.exe' -multiInst -notabbar -nosession -noPlugin"` (Also see note below)
0 commit comments