Last active
February 4, 2025 14:52
-
-
Save BobToninho/28a792d4b6ebee3f186b992bb33f9fda to your computer and use it in GitHub Desktop.
git_blame_current_line.vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nnoremap <leader>b <Cmd>echo system("git blame " .. expand("%") .. " -L " .. line(".") .. "," .. line("."))<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment