4 lines
114 B
VimL
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>
|