标签: ubuntu vim vim-fugitive
我有一个git存储库:~/home/foo/repo
~/home/foo/repo
我将核心安装到另一个目录:
mount --bind ~/home/foo/repo ~/home/bar
现在,我想使用vim编辑代码并使用vim-fugitive。 vim ~/home/bar/myCode.txt; :Gblame
vim
vim-fugitive
vim ~/home/bar/myCode.txt; :Gblame