How to execute :format
and :write
sequentially in Helix on escape?
#12136
Unanswered
allaboutevemirolive
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.
Uh oh!
There was an error while loading. Please reload this page.
-
First Question:
How can I properly combine
:format
and:write
in a single keybinding? At the moment, my keybinding only runs:format
but does not execute:write
afterward. The original keybinding setup can be found here:#2542 (comment)
This is what I want to achieve:
Second Question:
Why doesn't the following command execute both actions sequentially?
Currently, I rely on this workaround, but it isn't ideal (and it's unrelated to the first question):
Does anyone know why the original combined command doesn't work as expected?
Beta Was this translation helpful? Give feedback.
All reactions