dotfiles/nvim/nvim.xdg.symlink/plugin/fugitive.vim
2024-04-20 22:28:53 +10:00

4 lines
114 B
VimL

" Git blame
"
" I used to do this by just filling in my buffer, but this is nicer.
nnoremap <leader>a :Gblame<cr>