-
I was trying to apply a sequence of ex mode commands from a keybinding like this: [keys.normal.G.g]
g = [
":write-all",
":sh git gamble --pass",
":reload-all",
] However, it seems that |
Beta Was this translation helpful? Give feedback.
Answered by
kirawi
Jul 5, 2024
Replies: 1 comment 1 reply
-
IIRC, commands are run without waiting for commands like |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
korrat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IIRC, commands are run without waiting for commands like
:sh
to complete because they aren't blocking.