add git blame inside helix

This commit is contained in:
Noah Masur
2025-07-27 10:09:35 -04:00
parent 2ff9254a0e
commit b67c90dae0

View File

@ -169,6 +169,9 @@ in
":set mouse true" ":set mouse true"
]; ];
# Open git blame in github
space.B = ":sh git blame -L %{cursor_line},%{cursor_line} %{buffer_name}";
# Open yazi # Open yazi
# https://github.com/sxyazi/yazi/pull/2461 # https://github.com/sxyazi/yazi/pull/2461
# Won't work until next Helix release # Won't work until next Helix release