You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have an option to let Magit automatically close its buffer or window if, after a commit, the repo state is clean, i.e. there are no more diffs.
If magit was opened with :Magit, it should close its window, if it was opened with :MagitOnly, it should wipe the buffer and show the previous buffer in the same window.
BTW, this also relates to a request regarding the q shortcut in a magit buffer: If this buffer was opened with :MagitOnly, it currently closes the window. Instead, it should behave like said before and show the previous buffer instead of closing the window.
The text was updated successfully, but these errors were encountered:
It would be great to have an option to let Magit automatically close its buffer or window if, after a commit, the repo state is clean, i.e. there are no more diffs.
If magit was opened with
:Magit
, it should close its window, if it was opened with:MagitOnly
, it should wipe the buffer and show the previous buffer in the same window.BTW, this also relates to a request regarding the
q
shortcut in a magit buffer: If this buffer was opened with:MagitOnly
, it currently closes the window. Instead, it should behave like said before and show the previous buffer instead of closing the window.The text was updated successfully, but these errors were encountered: