Open bedlamzd opened 3 months ago
For me, navigating through "tab" between the result, and then pressing "enter" gets me to the previous selection. However, if I switch from insert mode and then use j/k keys to navigate, if I press "enter" I get into the right result (the one the is currently selected/highlighted).
Maybe this is a related issue
Update: This was reported in #3192 , but I still think that this issues can be related somehow
I'm able to reproduce this but this would probably be tricky to fix.
@Tal500 seems unrelated. #3192 is only specific to the git status picker.
I'm able to reproduce this but this would probably be tricky to fix.
@Tal500 seems unrelated. #3192 is only specific to the git status picker.
Perhaps than it's a new issue
I'm able to reproduce this but this would probably be tricky to fix.
@Tal500 seems unrelated. #3192 is only specific to the git status picker.
Sorry, you were right, I didn't understand the multipicking feature of TAB
Description
When searching for a symbol that appears both in flags column and filename, highlight applies to the former. Appears to be because it finds this symbol first.
At first I thought that flags are searchable (and I would love that) but after some investigation found out this bug
Neovim version
Operating system and version
fedora 40 (under WSL)
Telescope version / branch / rev
3b1600d
checkhealth telescope
Steps to reproduce
:lua require("telescope.builtin").buffers()
Expected behavior
Highlight applies to filename only like that:
Actual behavior
Here I have some hidden buffers:
When I type "h" that is present in file names:
Weirdly when typing more behavior differs between entries:
Minimal config