使用了 vimproc 加载速度飞快,可以方便的过滤,查看修改和 diff 操作😀
https://github.com/chemzqm/unite-git-log
赞一个!感觉最近你在量产vim插件啊
赞
很实用,赞一个!
更新了,以前直接用 fugitive 的命令会对布局造成很大限制,附送两个快速提交的命令行映射
" commit current file command! -nargs=* -bar Gc execute ‘Gcommit ‘. expand(’%’).’ '."<args>" " comit all changed files command! -nargs=* -bar Gca execute 'Gcommit -a '."<args>"