add tig commands

Fri, 22 Nov 2019 05:18:11 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 22 Nov 2019 05:18:11 -0600
changeset 826
0c872b88b44a
parent 825
eb51a3329326
child 827
02630cc4d64a

add tig commands

.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc
+++ b/.vimrc
@@ -128,6 +128,11 @@ command! SyntaxCompleteOn setl omnifunc=
 
 command! Mksession execute "mksession! " . v:this_session
 
+command! TigBlame   term ++curwin tig blame -- %
+command! Tig        term ++curwin tig
+command! TigLog     term ++curwin tig log
+command! TigLogThis term ++curwin tig log -- %
+
 command! -nargs=+ -complete=file -bar Ag call vimrc#Ag(<q-args>)
 CAlias Rg Ag
 

mercurial