-
Notifications
You must be signed in to change notification settings - Fork 375
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
search: when search string contains "r" reload is triggered instead #659
Comments
I was about to post this exact same bug. When '/' is triggered for search mode, the letter 'r' is not inserted and, instead, triggers the reload. |
Same for me :( |
Same issue here |
Same here |
Capital R won't trigger the reload ... search results appear to be case insensitive, so this is a workaround. If you have fzf installed you can do this:
|
I had this problem too and got this working for myself just by checking if you're searching when reloading. This pull request a while ago on September 13th but it seems to also solve this problem but hasn't been merged, possibly due to duplicating code. Is there any shot i should submit another pull request with my version? |
Describe the bug
When trying search phrase "llamaparse" I get strange (funny) behaviour.
For each letter you type in the search result is adjusted in real time.
I type the letters "l l a m a p a" and get refined results for each added letter.
As soon as I type the letter "r" the whole search is "r"eloaded instead.
Start again with empty search field...
Apparently only happens with "r".
Setup
start glow
When searching for a file:
The text was updated successfully, but these errors were encountered: