Skip to content

Instantly share code, notes, and snippets.

@BobToninho
Last active February 4, 2025 14:52
Show Gist options
  • Save BobToninho/28a792d4b6ebee3f186b992bb33f9fda to your computer and use it in GitHub Desktop.
Save BobToninho/28a792d4b6ebee3f186b992bb33f9fda to your computer and use it in GitHub Desktop.
git_blame_current_line.vim
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