On Fri, Oct 27, 2023 at 03:29:58PM +0300, Konstantin Khomoutov wrote: [...] > Also please check the core.editor configuration setting - it might be set, > and then you should try to modify it instead. [...] This means Git's configuration setting. You might run git config --get-all --show-scope core.editor in your shell to get the values of this setting printed, if set, prefixed with the scope these values are defined in (see `git help config` or [1] for more info). 1. https://www.git-scm.com/docs/git-config