From 3ac302b35c55b97c127cfe3eca5e9ff14270b10e Mon Sep 17 00:00:00 2001 From: Igor <107038080+IgorLaborieWefox@users.noreply.github.com> Date: Thu, 16 Nov 2023 09:46:54 +0100 Subject: [PATCH] Fix for Helix editor --- C-git-commands.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C-git-commands.asc b/C-git-commands.asc index 79c497545..b0f5c54e6 100644 --- a/C-git-commands.asc +++ b/C-git-commands.asc @@ -55,7 +55,7 @@ Accompanying the configuration instructions in <>, |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`