Home

Awesome

gv.vim

A git commit browser.

gv

gitv is nice. But I needed a faster, and possibly simpler alternative that I can use with a project with thousands of commits.

Installation

Requires fugitive.

Using vim-plug:

Plug 'tpope/vim-fugitive'
Plug 'junegunn/gv.vim'

Usage

Commands

:GV or :GV? can be used in visual mode to track the changes in the selected lines.

Mappings

Customization

¯\_(ツ)_/¯