Skip to content
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

bug: telescope <Tab> <S-Tab> weird behaviors #117

Closed
3 tasks done
hunterliao29 opened this issue Jan 24, 2023 · 1 comment · Fixed by #107
Closed
3 tasks done

bug: telescope <Tab> <S-Tab> weird behaviors #117

hunterliao29 opened this issue Jan 24, 2023 · 1 comment · Fixed by #107
Labels
bug Something isn't working

Comments

@hunterliao29
Copy link

hunterliao29 commented Jan 24, 2023

Did you check docs and existing issues?

  • I have read all the LazyVim docs
  • I have searched the existing issues of LazyVim
  • I have searched the exsiting issues of plugins related to this issue

Neovim version (nvim -v)

0.8.2

Operating system/version

MacOS 13.2

Describe the bug

hitting <Tab> or <S-Tab> inside telescope windows will cause search result to "refresh", change the search scope or rearrange result list.

Steps To Reproduce

  1. open nvim in home dir
  2. <leader><leader> in to file picker
  3. press <Tab>

Expected Behavior

move down/up the searching list without change search scope and rearrange results

Repro

clean install.
@hunterliao29 hunterliao29 added the bug Something isn't working label Jan 24, 2023
@folke folke closed this as completed in 5aa85e4 Jan 24, 2023
@folke
Copy link
Collaborator

folke commented Jan 24, 2023

Fixed! That one was tricky to find. I totally forgot <c-i> is the same as <tab>. And that was bound to find files including ignored files. Changed it to <a-i> instead.

ofrades pushed a commit to ofrades/LazyVim that referenced this issue May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants