Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Flog, a New Git Branch extension
Search
Matthias Günther
March 29, 2019
Technology
0
620
Flog, a New Git Branch extension
Gave this talk at the Vimberlin March 2019 meetup
https://vimberlin.de/march-2019-meetup/
Matthias Günther
March 29, 2019
Tweet
Share
More Decks by Matthias Günther
See All by Matthias Günther
copymatch_and_dadbod.pdf
wikimatze
0
640
devdocs - offline language programming support
wikimatze
0
410
Cmus
wikimatze
0
73
cmus and vim
wikimatze
0
880
vimfest-2016-opening-keynote
wikimatze
0
67
Get productive with vimtex for LaTeX
wikimatze
0
680
Weechat - another IRC client
wikimatze
0
1.1k
Synchronize gitter and IRC
wikimatze
0
180
Vimfest
wikimatze
0
270
Other Decks in Technology
See All in Technology
250905 大吉祥寺.pm 2025 前夜祭 「プログラミングに出会って20年、『今』が1番楽しい」
msykd
PRO
1
630
バイブスに「型」を!Kent Beckに学ぶ、AI時代のテスト駆動開発
amixedcolor
2
490
開発者を支える Internal Developer Portal のイマとコレカラ / To-day and To-morrow of Internal Developer Portals: Supporting Developers
aoto
PRO
1
430
会社紹介資料 / Sansan Company Profile
sansan33
PRO
6
380k
JTCにおける内製×スクラム開発への挑戦〜内製化率95%達成の舞台裏/JTC's challenge of in-house development with Scrum
aeonpeople
0
190
落ちる 落ちるよ サーバーは落ちる
suehiromasatoshi
0
150
5分でカオスエンジニアリングを分かった気になろう
pandayumi
0
180
La gouvernance territoriale des données grâce à la plateforme Terreze
bluehats
0
150
LLMを搭載したプロダクトの品質保証の模索と学び
qa
0
1k
DDD集約とサービスコンテキスト境界との関係性
pandayumi
2
280
大「個人開発サービス」時代に僕たちはどう生きるか
sotarok
20
9.6k
20250910_障害注入から効率的復旧へ_カオスエンジニアリング_生成AIで考えるAWS障害対応.pdf
sh_fk2
3
190
Featured
See All Featured
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Unsuck your backbone
ammeep
671
58k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
A Tale of Four Properties
chriscoyier
160
23k
Visualization
eitanlees
148
16k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Thoughts on Productivity
jonyablonski
70
4.8k
GraphQLとの向き合い方2022年版
quramy
49
14k
Transcript
vim-flog Matthias Günther
Features find and checkout Branches (with autocompletion) explore history
Custom mappings normally ZZ to close windows I prefer pressing
q: augroup flog au FileType git map <buffer><silent>q :bw<cr> au FileType floggraph map <buffer><silent>q :bw<cr> augroup END
Configs change display format of git messages: let g:flog_default_date_format =
'format:%Y-%m-%d %H:%M:%S'
Get all commits concerning a file :Flog -path=archive.md
Comparison to gitv only necessary features loads fast has API
to be able to easy add new features
References: https://github.com/rbong/ vim-flog https://medium.com/@r.l.bongers/announcing-flog-a- new-git-branch-viewer-for-vim-from-the-former- maintainer-of-gitv-e9db68977810