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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Matthias Günther
March 29, 2019
Technology
0
680
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
670
devdocs - offline language programming support
wikimatze
0
430
Cmus
wikimatze
0
83
cmus and vim
wikimatze
0
930
vimfest-2016-opening-keynote
wikimatze
0
75
Get productive with vimtex for LaTeX
wikimatze
0
710
Weechat - another IRC client
wikimatze
0
1.1k
Synchronize gitter and IRC
wikimatze
0
190
Vimfest
wikimatze
0
300
Other Decks in Technology
See All in Technology
SLI/SLO 導入で 避けるべきこと3選
yagikota
0
110
Sansanでの認証基盤内製化と移行
sansantech
PRO
0
580
スクリプトの先へ!AIエージェントと組み合わせる モバイルE2Eテスト
error96num
0
190
最強のAIエージェントを諦めたら品質が上がった話 / how quality improved after giving up on the strongest AI agent
kt2mikan
0
200
僕、S3 シンプルって名前だけど全然シンプルじゃありません よろしくお願いします
yama3133
1
230
実践 Datadog MCP Server
nulabinc
PRO
2
240
WebアクセシビリティをCI/CDで担保する ― axe DevTools × Playwright C#実践ガイド
tomokusaba
2
180
Go標準パッケージのI/O処理をながめる
matumoto
0
230
詳解 強化学習 / In-depth Guide to Reinforcement Learning
prinlab
0
300
Claude Code Skills 勉強会 (DevelersIO向けに調整済み) / claude code skills for devio
masahirokawahara
1
22k
エンジニアリングマネージャーの仕事
yuheinakasaka
0
110
JAWS DAYS 2026 AWS知識・技術力を使って隠された旗をゲットせよ!〜出張版「ごーとんカップ」〜 解説編
kaminashi
0
100
Featured
See All Featured
Building an army of robots
kneath
306
46k
Claude Code のすすめ
schroneko
67
220k
Building Applications with DynamoDB
mza
96
7k
Agile that works and the tools we love
rasmusluckow
331
21k
Why Your Marketing Sucks and What You Can Do About It - Sophie Logan
marketingsoph
0
110
Discover your Explorer Soul
emna__ayadi
2
1.1k
sira's awesome portfolio website redesign presentation
elsirapls
0
190
WENDY [Excerpt]
tessaabrams
9
36k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
16k
30 Presentation Tips
portentint
PRO
1
260
Imperfection Machines: The Place of Print at Facebook
scottboms
269
14k
Mobile First: as difficult as doing things right
swwweet
225
10k
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