gitv icon indicating copy to clipboard operation
gitv copied to clipboard

feature request: return from diff to overview

Open gilligan opened this issue 12 years ago • 5 comments

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 <CR>
  3. Switch to the new buffer and select a file(fold) with <CR>
  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 ?

gilligan avatar Aug 02 '13 06:08 gilligan

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.

gregsexton avatar Aug 03 '13 08:08 gregsexton

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

rbong avatar Dec 17 '16 18:12 rbong

Sweet! Thank you!

gilligan avatar Dec 17 '16 18:12 gilligan

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 avatar Dec 17 '16 18:12 rbong

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

rbong avatar Apr 14 '17 23:04 rbong