-
-
Notifications
You must be signed in to change notification settings - Fork 610
External editor does not start with EDITOR set #1654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks, I misunderstood the help menu in the app. But now I’m getting an error:
I’ve tried the following:
I have no trouble launching either |
Hmm, very odd. Can you please show exactly how you set that editor variable. The fact that the error message says '$EDITOR' is very strange. When I do and try to invoke the editor I get Note that the thing that is reported is the content of the editor specification, not the variable name. I can create that error condition by doing this
and I get But that is mixing two ways of setting up the editor. Plus the quoting of To specify the editor you can either do:
(or VISUAL or GIT_EDITOR) or
BTW the precedence is GIT_EDITOR, core.editor, VISUAL, EDITOR I also wonder why you have tried to invoke |
Ok, that’s what it was. I had a bad value for But for what it’s worth, I was not passing
Beginning the command with |
Yup, my bad with the last question. So you good now? Can you close this please |
Describe the bug
I have set
EDITOR=nvim
in my shell, but when I hit ctrl-e, nothing happens.To Reproduce
Steps to reproduce the behavior:
Expected behavior
NeoVim should start up with the commit message template.
Context (please complete the following information):
Additional context
I’m using fish version 3.6.1 for my shell, and I have NeoVim version 0.8.2. I have tried running
EDITOR=vi gitui
and ctrl-e still does nothing.The text was updated successfully, but these errors were encountered: