Skip to content

Commit 3ac302b

Browse files
Fix for Helix editor
1 parent 3c1bc3b commit 3ac302b

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 @@ Accompanying the configuration instructions in <<ch01-getting-started#_editor>>,
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 '%*'"` (Also see note below)
58-
|Helix |`git config --global core.editor "helix"`
58+
|Helix |`git config --global core.editor "hx"`
5959
|Kate (Linux) |`git config --global core.editor "kate --block"`
6060
|nano |`git config --global core.editor "nano -w"`
6161
|Notepad (Windows 64-bit) |`git config core.editor notepad`

0 commit comments

Comments
 (0)