vlang / ved

1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s.
GNU General Public License v3.0
1.34k stars 78 forks source link

fuzzy search keyboard navigation sould be limited #176

Open MedLabs opened 3 months ago

MedLabs commented 3 months ago

Open Fuzzy search using ctrlp navigate with downKey until you reach the bottom of the panel continue pressing Down Key. The highlighting colors goes down and disappears. (the last option is not highlighted anymore) You need to press Up Key several times to get the last item hightlighted.

Needed behavior: the keyboard navigation should be limited to the number of options displayed.

MedLabs commented 3 months ago

Another issue I just found, no need to open new thread: in the fuzzy search, clear the search field then type something the first letter is not displayed, it displays only from the second character of what you type. even when you erase some letters using backspace then you continue typing, the first char you type is not displayed. I don't know if it's a feature or a bug.