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
600
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
630
devdocs - offline language programming support
wikimatze
0
400
Cmus
wikimatze
0
72
cmus and vim
wikimatze
0
860
vimfest-2016-opening-keynote
wikimatze
0
66
Get productive with vimtex for LaTeX
wikimatze
0
670
Weechat - another IRC client
wikimatze
0
1k
Synchronize gitter and IRC
wikimatze
0
170
Vimfest
wikimatze
0
260
Other Decks in Technology
See All in Technology
20250625 Snowflake Summit 2025活用事例 レポート / Nowcast Snowflake Summit 2025 Case Study Report
kkuv
1
360
生成AI開発案件におけるClineの業務活用事例とTips
shinya337
0
160
作曲家がボカロを使うようにPdMはAIを使え
itotaxi
0
360
How Community Opened Global Doors
hiroramos4
PRO
1
130
asken AI勉強会(Android)
tadashi_sato
0
130
データプラットフォーム技術におけるメダリオンアーキテクチャという考え方/DataPlatformWithMedallionArchitecture
smdmts
5
670
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
930
Yamla: Rustでつくるリアルタイム性を追求した機械学習基盤 / Yamla: A Rust-Based Machine Learning Platform Pursuing Real-Time Capabilities
lycorptech_jp
PRO
4
170
製造業からパッケージ製品まで、あらゆる領域をカバー!生成AIを利用したテストシナリオ生成 / 20250627 Suguru Ishii
shift_evolve
PRO
1
160
登壇ネタの見つけ方 / How to find talk topics
pinkumohikan
5
570
米国国防総省のDevSecOpsライフサイクルをAWSのセキュリティサービスとOSSで実現
syoshie
2
1.2k
GeminiとNotebookLMによる金融実務の業務革新
abenben
0
240
Featured
See All Featured
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.4k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
5
230
Making Projects Easy
brettharned
116
6.3k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Bash Introduction
62gerente
614
210k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
940
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
124
52k
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