Skip to content
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

Fallback to $VISUAL if $EDITOR is unset #86

Closed
camoz opened this issue May 28, 2024 · 1 comment
Closed

Fallback to $VISUAL if $EDITOR is unset #86

camoz opened this issue May 28, 2024 · 1 comment

Comments

@camoz
Copy link
Contributor

camoz commented May 28, 2024

Hi!

What do you think about falling back to $VISUAL if $EDITOR is unset? Or even better, falling back to $EDITOR if $VISUAL is unset?

AIUI, $VISUAL would be the preferred way to specify terminal editors with "advanced" functionality:

https://unix.stackexchange.com/questions/4859/visual-vs-editor-what-s-the-difference

(Very low/no priority for me, just noticed it. I normally have $EDITOR unset.)

lervag added a commit that referenced this issue May 28, 2024
@lervag
Copy link
Owner

lervag commented May 28, 2024

Thanks, that seems like a slight improvement, I agree. I've made the change now.

@lervag lervag closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants