commit 00551cb7a67767dd7c2b86a38daed545f71fa739 parent da08476077d70b80f0a5add0b93100a559533626 Author: Alex Balgavy <alex@balgavy.eu> Date: Thu, 21 Jan 2021 21:48:34 +0100 vim: add lg alias to fugitive Diffstat:
A | vim/after/plugin/fugitive.vim | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/vim/after/plugin/fugitive.vim b/vim/after/plugin/fugitive.vim @@ -0,0 +1 @@ +autocmd User Fugitive command! -buffer -bar Glg exe 'terminal ++close' FugitivePrepare(['log', '--oneline', '--decorate', '--graph', '--all'])