Skip to content
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

Numbers in tab name cause confusion when tabs created earlier are closed #3709

Open
srgsanky opened this issue Oct 28, 2024 · 0 comments
Open

Comments

@srgsanky
Copy link

Problem: Say you open 5 tabs. Each of them get a number in their name.

Tab #1 | Tab #2 | Tab #3 | Tab #4 | Tab #5

Now if you close the third tab, the numbering and the keybinding to access them are out of sync and cause confusion. We have to use 3 and 4 to access Tab #4 and Tab #5 respectively.

Tab #1 | Tab #2 | Tab #4 | Tab #5

Solution suggestions:

  1. Avoid adding number to the tab name. Instead show the command name or provide a random name similar to the session name.
  2. Rename the tab with the new order of tabs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant