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
650
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
650
devdocs - offline language programming support
wikimatze
0
420
Cmus
wikimatze
0
76
cmus and vim
wikimatze
0
900
vimfest-2016-opening-keynote
wikimatze
0
71
Get productive with vimtex for LaTeX
wikimatze
0
690
Weechat - another IRC client
wikimatze
0
1.1k
Synchronize gitter and IRC
wikimatze
0
180
Vimfest
wikimatze
0
280
Other Decks in Technology
See All in Technology
嗚呼、当時の本番環境の状態で AI Agentを再評価したいなぁ...
po3rin
0
420
ある編集者のこれまでとこれから —— 開発者コミュニティと歩んだ四半世紀
inao
4
3.1k
Claude Code 10連ガチャ
uhyo
3
680
AI × クラウドで シイタケの収穫時期を判定してみた
lamaglama39
0
280
Flutterにしてよかった?出前館アプリを2年運用して気づいたことを全部話します
demaecan
0
170
大規模プロダクトで実践するAI活用の仕組みづくり
k1tikurisu
4
1.1k
Master Dataグループ紹介資料
sansan33
PRO
1
3.9k
Amazon ECS デプロイツール ecspresso の開発を支える「正しい抽象化」の探求 / YAPC::Fukuoka 2025
fujiwara3
12
3.1k
X-Ray SDKとDaemonのサポート終了と移⾏ガイド
o11yfes2023
0
110
CloudFormationコンソールから、実際に作られたリソースを辿れるようになろう!
amixedcolor
1
190
機密情報の漏洩を防げ! Webフロントエンド開発で意識すべき漏洩パターンとその対策
mizdra
PRO
9
3.4k
ユーザーストーリー x AI / User Stories x AI
oomatomo
0
190
Featured
See All Featured
The World Runs on Bad Software
bkeepers
PRO
72
12k
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.1k
YesSQL, Process and Tooling at Scale
rocio
174
15k
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
Done Done
chrislema
186
16k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
The Power of CSS Pseudo Elements
geoffreycrofte
80
6.1k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.8k
GitHub's CSS Performance
jonrohan
1032
470k
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