1
0
Fork
You've already forked gitlog-vim
0
git log on vim
  • Shell 67.5%
  • Roff 21.4%
  • Makefile 11.1%
Find a file
2026年02月06日 11:47:12 -06:00
.editorconfig Fix formatting 2025年12月20日 10:19:45 -06:00
.gitignore Add manpage 2025年11月30日 22:54:35 -06:00
config.mk Add NAME to build time config 2026年02月06日 11:46:48 -06:00
glo.1.in Use NAME macro for manpage 2026年02月06日 11:45:47 -06:00
glo.sh Add c flag documentation. 2026年02月06日 11:36:16 -06:00
LICENSE Git log on vim 2025年05月12日 15:08:13 -06:00
Makefile Add NAME to build time config 2026年02月06日 11:46:48 -06:00
readme.md Add readme 2025年05月12日 16:48:53 -06:00
Screenshot0.png Add readme 2025年05月12日 16:48:53 -06:00
Screenshot1.png Add readme 2025年05月12日 16:48:53 -06:00
version.mk Bump VERSION 2026年02月06日 11:47:12 -06:00

GitLog On vim

a git logs viewer for (n)vim

why ?

A small script to view git logs inside (neo)vim without relying on plugins

usage

Just run the program inside a git repo directory, if you want to view a different number of commits then pass the -n flag with the number like so:

glo -n 80

During operation type K (capital k) over a git hash to view the diff in a new tab, q to close the tab, Q to exit.

install

# clone the repo
git clone https://github.com/eylles/gitlog-vim
cd gitlog-vim
make install clean

credits

All credits go to NRK for originating this script in: https://nrk.neocities.org/articles/vim-gitlog