Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

gitdiff.nvim

Stars Issues Repo Size License

Compare HEAD with any branch. Easily find changed files and do git diff.

Requirements

Installation

use { "milennik/gitdiff.nvim" }

Configuration

Usage

  • Pass the reference branch name as parameter to compare HEAD with it. This key map can be used to compare HEAD with a default reference branch:

    map('n', '<C-y>', ":lua require('gitdiff').diff('master')<cr>")

  • If we don't pass any parameter, the promt will be shown, and we can enter any branch to compare to:

    map('n', '<C-[>', ":lua require('gitdiff').diff()<cr>")

  • git diff vertical split:

    map('n', '<C-p>', ":Gvdiffsplit master<cr>")

  • Swap windows: C+w, x

FAQ

License

GPL-3.0

About

Compare HEAD with any branch. Easily find changed files and do git diff.

Topics

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages