Open srgsanky opened 1 month ago
Linking a related discussion here https://github.com/zellij-org/zellij/discussions/2889
would be great to have some form of templating system for tab names
for example:
tab-name = {tab-order-number}. {current-directory}
tab-name = Tab {tab-order-number}
tab-name = {tab-order-number}-tab
etc
Problem: Say you open 5 tabs. Each of them get a number in their name.
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.
Solution suggestions: