(no title)
lowski_ | 4 years ago
Eventually I moved to https://github.com/codeindulgence/vim-tig which does the same via `:Tig` and `:Tig!`.
I added those mappings to achieve something similar:
nnoremap <leader>gb :Tig! blame<cr>
nnoremap <leader>g0 :Tig! status<CR>
Thank you for inspiration! Tig FTW!
cloverr20|4 years ago
ackyshake|4 years ago