Closed prabirshrestha closed 7 years ago
If you close the right buffer (a content buffer) with :q
, both window should be closed. If you close the left buffer (a navigation buffer), the right buffer remains for further operations.
If you feel this behavior is not enough for your usage, please explain the detail idea for the behavior and I'll consider 👍 or if you feel it is enough, just close this issue please.
Closing content window with :q
not works for me, tried out with :bdelete
too: it's closing the content window, but blame window remains open (as the only one window).
I think an "exit from entire blame" mapping / ~command~ action would be useful.
Opened #79 to add a mapping to exit from entire blame session.
Sorry for late reply. Well probably closing is working as my expectation. The current implementation is
Currently when I use
:Gina blame
it shows the following UI.I then use
:q
on the left and:bd
on the right pane. Is there a mapping I can setup so thatq
can close both at the same time?