Preview Commit Messages In Vim With Git Messenger

preview_player
Показать описание
==========Amazon Links==========

💖 Subscribe and ding the bell for more videos!
👍 Leave a like if you got something out of this video!
✍ Comment some video feedback or what you want to see next time!

Today I wanted to take a look at a pretty useful vim plugin by the name of Git Messenger which will let you preview your git commit messages in Vim in a little floating window.

==========Support The Channel==========

► BTC Wallet Address: 1Aokiv3pFQXUEmh2LbzZQAwxMvq6bpT2UN

► ETH Wallet Address: 0x80451867c86bdf08c3888d407c1e3fcb6add61ed

► LBC Wallet Address: bLRN9fm17sCexKfgbYqmMj5xskZF2ogpEh

=========Video Platforms==========

==========Social Media==========

==========Resources==========

==========My Repos==========

==========Credits==========
🎨 Channel Art:
All my art has was created by Supercozman

🎵 Ending music

DISCLOSURE: Wherever possible I use referral links, which means if you click one of the links in this video or description and make a purchase we may receive a small commission or other compensation.

Рекомендации по теме
Комментарии
Автор

how to move more screen them same bro ? please recommend for me any plugin . thanks u <3 with a good day !

imdoshi
Автор

you could just use git blame and git log or if you use vim-fugitive (an awesome) you can use Gblame Glog.

GavinFreeborn
Автор

I really enjoy your vim videos. Keep doing, please.

wilsonfaustino
Автор

In pure git:
git blame - L 2, 2 -- st.c
git log --pretty=short -u -L 2, 2:st.c
Much less convenient though.

LoLei
Автор

git blame/git history in vscode :D /troll

zenmaster