Gave this talk at the Vimberlin March 2019 meetup https://vimberlin.de/march-2019-meetup/
vim-flogMatthias Günther
View Slide
Featuresfind and checkout Branches(with autocompletion)explore history
Custom mappingsnormally ZZ to close windowsI prefer pressing q:augroup flogau FileType git map q :bwau FileType floggraph map q :bwaugroup END
Configschange display format of gitmessages:let g:flog_default_date_format = 'format:%Y-%m-%d %H:%M:%S'
Get all commitsconcerning a file:Flog -path=archive.md
Comparison to gitvonly necessary featuresloads fasthas API to be able to easyadd new features
References:https://github.com/rbong/vim-floghttps://medium.com/@r.l.bongers/announcing-flog-a-new-git-branch-viewer-for-vim-from-the-former-maintainer-of-gitv-e9db68977810