Upgrade to PRO for Only $50/Year—Limited-Time Offer! 🔥

Flog, a New Git Branch extension

Flog, a New Git Branch extension

Gave this talk at the Vimberlin March 2019 meetup https://vimberlin.de/march-2019-meetup/

Avatar for Matthias Günther

Matthias Günther

March 29, 2019
Tweet

More Decks by Matthias Günther

Other Decks in Technology

Transcript

  1. 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