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.
1 parent 3c1bc3b commit 3ac302bCopy full SHA for 3ac302b
C-git-commands.asc
@@ -55,7 +55,7 @@ Accompanying the configuration instructions in <<ch01-getting-started#_editor>>,
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 '%*'"` (Also see note below)
58
-|Helix |`git config --global core.editor "helix"`
+|Helix |`git config --global core.editor "hx"`
59
|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`
0 commit comments