Textualize / textual

The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
https://textual.textualize.io/
MIT License
24.09k stars 742 forks source link

Command palette top option should be highlighted by default #4594

Open darrenburns opened 1 month ago

darrenburns commented 1 month ago

I think it's better UX if the top option in the command palette is highlighted by default.

Right now, you have to press enter twice to choose the option, even if there's only a single hit.

Prior art: spotlight, vs code, Chrome URL bar, etc.