Why does reload-all
not refresh git gutters after using a Kitty overlay in a sequence of commands?
#12077
Unanswered
David-Else
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I think this is cause :sh is async so the reload-all is ran right after the shell command is started you can use something like insert-output instead |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think you need |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I have this shortcut to load lazygit in Kitty in an overlay, when I quit it returns to Helix:
but the git gutters are not updated when I quit lazygit and return to Helix. Another user does something very similar and they are updated: #12045
I often find after reloading files after a git commit the git gutters don't update until I move the cursor, is this a know bug in Helix or some kind of side effect of using Lazygit? Are they related?
Beta Was this translation helpful? Give feedback.
All reactions