Skip to content

Commit

Permalink
Merge pull request progit#1827 from Fadyio/add-new-textEditor
Browse files Browse the repository at this point in the history
Add The rust based editor Helix to git config core.editor commands in Git Commands - Setup and Config
  • Loading branch information
ben authored Mar 28, 2023
2 parents 04468a6 + 6dd5437 commit c57d21f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions C-git-commands.asc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Accompanying the configuration instructions in <<ch01-getting-started#_editor>>,
|Emacs |`git config --global core.editor emacs`
|Gedit (Linux) |`git config --global core.editor "gedit --wait --new-window"`
|Gvim (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\Vim\vim72\gvim.exe' --nofork '%*'"` (Also see note below)
|Helix |`git config --global core.editor "helix"`
|Kate (Linux) |`git config --global core.editor "kate"`
|nano |`git config --global core.editor "nano -w"`
|Notepad (Windows 64-bit) |`git config core.editor notepad`
Expand Down

0 comments on commit c57d21f

Please sign in to comment.