-
In VS code, I used to have git lens for git blame for a specific line, is there a way to get git blame for a specific line in the current implementation of helix? or a convenient workaround? |
Beta Was this translation helpful? Give feedback.
Answered by
danillos
Mar 24, 2023
Replies: 1 comment 3 replies
-
Currently, it is not possible. But a workaround could be possible using this PR #3393 when it includes a variable like We could build a script with a keybinding to show the result of the script in a popup like:
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
sanket143
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, it is not possible.
But a workaround could be possible using this PR #3393 when it includes a variable like
%val{linenumber}
.We could build a script with a keybinding to show the result of the script in a popup like: