gregsexton / gitv

gitk for Vim.
938 stars 59 forks source link

How to return back from opened diff on right panel? #123

Closed alex-shamshurin closed 6 years ago

alex-shamshurin commented 7 years ago

Commits tree is on the left side, diff summary is on the right window. opens a diff. Ok, but how to come back to the summary?

AGhost-7 commented 7 years ago

I was actually wondering the same. I think its probably just a normal diff which if that's the case you can't go back.

The file listings in the commit summary are by the looks of it just folded diffs. You can use zo to open then and zc to close (see :h folding).

alex-shamshurin commented 7 years ago

It must be a way to come back from diffs

alex-shamshurin commented 7 years ago

Ping! We really need this feature

wolkym commented 7 years ago

Use CTRL+w then; If you opened diff in new tab, try PgDn

alex-shamshurin commented 7 years ago

In my case I found a way how to return back ctrl-w ctrl-o

rbong commented 6 years ago

gw switches between the windows by default. Sorry for the delay!