Mon, 29 Jun 2020 16:25:06 -0500
Add TigLog
.vimrc | file | annotate | diff | comparison | revisions |
--- a/.vimrc +++ b/.vimrc @@ -128,6 +128,7 @@ command! Mksession execute "mksession! " command! -nargs=* -complete=file Tig call tig#Tig(<f-args>) command! TigBlame call tig#TigBlame() +command! TigLog call tig#Tig('log', '-p', '--', expand('%')) command! -nargs=* -complete=file -bar Ag call vimrc#Ag(<q-args>) CAlias Rg Ag