Skip to content

Commit c57d21f

Browse files
authored
Merge pull request #1827 from Fadyio/add-new-textEditor
Add The rust based editor Helix to git config core.editor commands in Git Commands - Setup and Config
2 parents 04468a6 + 6dd5437 commit c57d21f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

C-git-commands.asc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +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"`
5859
|Kate (Linux) |`git config --global core.editor "kate"`
5960
|nano |`git config --global core.editor "nano -w"`
6061
|Notepad (Windows 64-bit) |`git config core.editor notepad`

0 commit comments

Comments
 (0)