I've looked in progit2 repository and under "First-Time Git Setup" : https://github.com/progit/progit2/blob/main/book/01-introduction/sections/first-time-setup.asc It says: In the case of Notepad++, a popular programming editor, you are likely to want to use the 32-bit version, since at the time of writing the 64-bit version doesn’t support all plug-ins. If you are on a 32-bit Windows system, or you have a 64-bit editor on a 64-bit system, you’ll type something like this: $ git config --global core.editor "'C:/Program Files/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin" which work perfectly on my computer. i'm using 64 bit ver. I don't know what plug-ins it doesn't support (maybe along the way i'll find out), but as long for open if i commit without the -m flag, it works. On Fri, Oct 7, 2022 at 1:27 PM Erik Cervin Edin <erik@xxxxxxxxxxx> wrote: > > On Fri, Oct 7, 2022 at 11:45 AM ddady <ddady1@xxxxxxxxx> wrote: > > On Fri, Oct 7, 2022 at 10:13 AM Erik Cervin Edin <erik@xxxxxxxxxxx> wrote: > > > > > > On Fri, Oct 7, 2022 at 8:12 AM ddady <ddady1@xxxxxxxxx> wrote: > > > > > > > > Hi, > > > > > > > > If i'm not mistaken, the path of configuring Notepad++ as default text > > > > editor 64 bit version is: "C:\ProgramFiles\Notepad++\notepad++.exe" > > > > > > Can confirm this seems to be the default path for the 64-bit installer > > I didn't quite understand. It was a question? > > No I mean that I can confirm that this seems to be the default path