Refresh (git) gutter command #6827
Unanswered
JurajLieskovsky
asked this question in
Ideas
Replies: 2 comments
-
I have map |
Beta Was this translation helpful? Give feedback.
0 replies
-
This would still require file watching to know if a commit was made. |
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 don't mind that my files do not automatically reload when they are changed outside of helix but something that bothers me a bit is that after committing changes to git I have to reload the whole file for my gutter to update.
I am not certain that helix compares changes to the last commit, but if it does a
:refresh-gutter
command would be great.At the moment I run
:w
,:reload
whenever I am not sure my gutter is up to date, but it's a bit of a hassle.If the gutter updated automatically every time helix is re-focused (similarly to how you can "auto-save" when focus moves away from it), that would be pretty amazing.
Beta Was this translation helpful? Give feedback.
All reactions