A couple new features I made for my tab switcher.
When tabs are sorted by last accessed, the second tab starts selected. (So you can switch between the two most recent tabs by just pressing enter).
The currently selected tab is now denoted by a star, and becomes transparent instead of hidden when it's not included in the search results. I feel like in the last accessed sort, this makes sense. Not sure about it when sorted by tab order...
You can move up and down in the list while the search bar is focused with ctrl + j, k, g, or G, and select a tab with ctrl+enter.
Previously, the cursor in the list was completely removed when search was focused. I have it set so that the cursor tries to stay at the same position if it can, and if the list becomes shorter, it moves the cursor to the last position. IDK if I'm fully sold on this behavior...