Here‘s a little tip if you’re using (the latest version of) Helix Editor:

Add the following keybinding to your config (if you don’t use Ctrl+b for page up, that is; otherwise, change the key):

[keys.normal]
C-b = ":echo %sh{git blame -L %{cursor_line},+1 %{buffer_name}}"

Now, when you press Crtl+b in the editor, you’ll see the git blame for the line you’re on. Very useful for seeing which commit the line last changed in and, for teams, who committed the change.

For more, see the highlights post for the latest release:
helix-editor.com/news/release-