Skip to content

dallagi/git-timemachine.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Neovim plugin to traverse the git history of a file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages