gregsexton / gitv

gitk for Vim.
936 stars 59 forks source link

feature request: return from diff to overview #61

Open gilligan opened 11 years ago

gilligan commented 11 years ago

One feature that I am really missing is to return from a file diff to the diff overview:

1) :Gitv 2) Select a commit with 3) Switch to the new buffer and select a file(fold) with 4) Look at changes ..

What I am missing is a quick way back from 4) to 2). Its the most common use case for me when I am reviewing code: I want to look at all changes in all files .. Should probably not be too hard ?

gregsexton commented 11 years ago

Sounds like a good idea. I currently have no bandwidth to work on gitv and am acting only as a maintainer merging in pull requests. Until this changes, feel free to submit a patch or wait for a bit.

rbong commented 7 years ago

I've added a binding to switch back to the overview window with 'gw'.

gilligan commented 7 years ago

Sweet! Thank you!

rbong commented 7 years ago

Forgot to mention; please note that this is currently only designed for buffers opened by gitv. I'm trying to get it to apply to all git buffers.

rbong commented 7 years ago

I wasn't able to get this to apply to all git buffers right away - tagging this for the window management release.