-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat(commands): add log-open command #2422
Conversation
To clear up that ❌ from the Docs CI, you can run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
@@ -63,5 +63,6 @@ | |||
| `:tree-sitter-subtree`, `:ts-subtree` | Display tree sitter subtree under cursor, primarily for debugging queries. | | |||
| `:config-reload` | Refreshes helix's config. | | |||
| `:config-open` | Open the helix config.toml file. | | |||
| `:log-open` | Open the helix log file. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not aware if this is from other editors? Why do we want to do this rather something like variable $VIMRUNTIME
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd prefer this too, but we'd need to add support for variables. Once we do we'll remove these commands
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not aware if this is from other editors? Why do we want to do this rather something like variable
$VIMRUNTIME
?
IMO, as the "post-modern" editor, I think Helix's point is exactly to have some features that other editors doesn't have.
Although read it from a variable is pretty handy too!
My first small contribution to an open source project.
I hope that all is in order.
Implements #2418