liuchengxu / space-vim

:four_leaf_clover: Lean & mean spacemacs-ish Vim distribution
https://liuchengxu.github.io/space-vim/
MIT License
2.85k stars 255 forks source link

Use new vim-fugitive commands #480

Closed TheEdgeOfRage closed 3 years ago

TheEdgeOfRage commented 3 years ago

The following fugitive commands have been deprecated in favor of new ones:

:Gdiff -> :Gdiffsplit
:Gcommit -> :Git commit
:Gblame -> :Git blame
:Glog -> :Gclog
liuchengxu commented 3 years ago

Thank you!