Closed GopherJ closed 2 months ago
btw I didn't see a git show previewer
btw I didn't see a git show previewer
Both git_bcommits
and git_blame
have git show previewer, maybe this can work with git_bcommits({ cmd = … })
.
git_bcommits is for file git_around I'd assume the person is in the middle of the commit history and wants to jump next/prev
git_bcommits is for file git_around I'd assume the person is in the middle of the commit history and wants to jump next/prev
Quite honestly I don’t think we need to have a picker in fzf-lua for wfey single git command out there, that’s why it’s all very easy to achieve with fzf_exec
.
yes just want to see if navigate is a good one to be added by default
yes just want to see if navigate is a good one to be added by default
Maybe you can reuse one of the actions.git_xxx
code?
sure
Have you RTFM'd?
Feature Request
sometime while reviewing a commit we would like to jump to commits around the current commit. So it'll be good to highlight the current one and show 3 commits before and 3 commits after
example implementation: