nvim: after/plugin/fugitive: Force local tag update on fetch
This commit is contained in:
parent
07b161acf6
commit
6ab7d9531d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ nnoremap <Leader>gd :Ghdiffsplit!<CR>
|
|||
nnoremap <Leader>gD :Gvdiffsplit!<CR>
|
||||
nnoremap <Leader>ge :sp<CR>:Gedit HEAD~:%<Left><Left>
|
||||
nnoremap <Leader>gE :sp<CR>:Gedit :%:p<Left><Left><Left><Left>
|
||||
nnoremap <Leader>gf :Git fetch --all<CR>
|
||||
nnoremap <Leader>gf :Git fetch --all --tags -f<CR>
|
||||
nnoremap <Leader>gF :call git#git_fetch_origin_merge()<CR>
|
||||
nnoremap <Leader>gg :Git<CR>
|
||||
nnoremap <Leader>gh :Git log --grep=
|
||||
|
|
Loading…
Reference in a new issue