" Taken from https://gist.github.com/romainl/a3ddb1d08764b93183260f8cdf0f524f " The original script can be found at https://github.com/git/git/tree/master/contrib/git-jump nnoremap jd :GitJump diff nnoremap jm :GitJump merge nnoremap jg :GitJump grep nnoremap jc :exe ':GitJump grep ' . expand('') nnoremap jw :GitJump ws command! -bar -nargs=* GitJump cexpr system('git jump ' . expand())