Can I pass in-editor commands to helix from the command line? #12319
Unanswered
aberges-grd
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ok so here's the question: I like to use helix as a pager since it accepts input from stdin and has top-notch syntax highlight. However, after initializing the program I need to set the language of the buffer, e.g.
lang log
. I would like to do instead something like:kubectl log my-failed-pod | hx -- lang log
and go directly into "log" syntax...Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions