Skip to content

Commit

Permalink
Merge pull request #1917 from IgorLaborieWefox/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ben authored Nov 16, 2023
2 parents 3c1bc3b + 3ac302b commit d83275a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C-git-commands.asc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +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"`
|Helix |`git config --global core.editor "hx"`
|Kate (Linux) |`git config --global core.editor "kate --block"`
|nano |`git config --global core.editor "nano -w"`
|Notepad (Windows 64-bit) |`git config core.editor notepad`
Expand Down

0 comments on commit d83275a

Please sign in to comment.