Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 586 Bytes

File metadata and controls

34 lines (23 loc) · 586 Bytes

git-timemachine.nvim

Neovim plugin to traverse the git history of a file.

Inspired by the git-timemachine package for Emacs.

git-timemachine.nvim demo

Installation

Using lazy.nvim:

{
  "dallagi/git-timemachine.nvim"
}

Usage

Open a file in a git repository and run:

:GitTimeMachine

Controls:

Key Action
<C-k> Go to previous revision (older)
<C-j> Go to next revision (newer)
<Enter> Show commit details
q Close and return to original buffer