nvim: Drop gitjump
We can move between conflict markers using functionality from the conflict markers plugin and we also have gina. If required just introduce the command mapping later.
This commit is contained in:
parent
2c5c6b7c1a
commit
4bc376433b
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
" 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 <Leader>jd :GitJump diff<CR>
|
||||
nnoremap <Leader>jm :GitJump merge<CR>
|
||||
nnoremap <Leader>jg :GitJump grep<SPACE>
|
||||
nnoremap <Leader>jc :exe ':GitJump grep ' . expand('<cword>')<CR>
|
||||
nnoremap <Leader>jw :GitJump ws<CR>
|
||||
|
||||
command! -bar -nargs=* GitJump cexpr system('git jump ' . expand(<q-args>))
|
Loading…
Reference in a new issue