What is your $EDITOR environmental variable set to?
> echo $EDITOR
Have you even bothered to set it?
What is your $EDITOR environmental variable set to?
> echo $EDITOR
Have you even bothered to set it?
Other urls found in this thread:
vim
What else would it be?
Emacsclient
vim, don't need to set it.
Do you actually have it set?
I'm wondering if programs utilizing $EDITOR is actually something that will work for most people, or if nobody bothers to set it.
You need to set it (or $SUDO_EDITOR, or $VISUAL) if you want sudo -e to work.
Vis
>Do you actually have it set?
Not him, but I do, because otherwise git would default to nano for editing commit messages.
>I'm wondering if programs utilizing $EDITOR is actually something that will work for most people, or if nobody bothers to set it.
If it's good enough for git, then it's good enough for whatever the fuck you're trying to make.
good point, thanks
nano, all else is shit