Neovim plugin to traverse the git history of a file.
Inspired by the git-timemachine package for Emacs.
Using lazy.nvim:
{
"dallagi/git-timemachine.nvim"
}Open a file in a git repository and run:
:GitTimeMachineControls:
| 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 |