-
-
Notifications
You must be signed in to change notification settings - Fork 68
Restore tab in same place it was closed after action.reopenTab
#103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I don't see how this is a bug. At most this is unexpected, but restoring tabs works and currently always opens to the right of the current one. Regardless of what you want to call it, we could add a setting to determine on which side restored tabs should open, if that is more in line with what you expect. Is that a workable solution? Or do you propose something else? |
I seems that we both expect different positions when restoring tabs. I have always found it odd that I couldn't control the tab position when restoring, and that it would remember that kind of info even when tabs are closed. For me that was more of an annoyance than a feature. So in Vieb I made it consistently open and reopen tabs to the right of the current one. As such, I won't work on this myself in the near future, but feel free to implement a setting for the tab restore position via a PR, with the possible values: "left", "previous" and "right" (default). |
Implemented in 6ac7db9, try running and building from the V4 branch to check it out, or wait for the next stable (first week of march hopefully). |
Steps to reproduce:
Observed behavior:
Restored tab goes into position 2, not position 1
Expected Behavior:
Restored tab goes into position 1, which is where it was when it was closed
This can be repeated for tabs in any position
The expected behavior is like that in at least Pentadactyl and Vimperator
The text was updated successfully, but these errors were encountered: