junegunn / gv.vim

A git commit browser in Vim
1.35k stars 54 forks source link

New tab position #82

Closed ipod825 closed 4 years ago

ipod825 commented 4 years ago

https://github.com/junegunn/gv.vim/blob/61d877d23caaad9009d672f90fe2ab576ab93d2d/plugin/gv.vim#L47

Is there any reason why the new tab is put in the left of the current tab? This makes quitting gv bring user to another tab rather than the original tab starting gv.

somini commented 4 years ago

It does? I think it's the opposite, when you quit the gv tab you return to the previously used tab.