-
-
Notifications
You must be signed in to change notification settings - Fork 855
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
How do you disable folds inside pickers? #991
Comments
We had a similar conversation over #978 we are probably introducing a |
|
For the benefit of new users, add the following to your " disable folding in telescope's result window
autocmd! FileType TelescopeResults setlocal nofoldenable It might help to also add this to the |
I am currently reworking documentation, so i'll add it :) |
Now also in Lua:
|
I have the following fold settings.
When I open pickers, navigating the result list in normal mode with j/k results in folds. Is this expected behavior, and is there a way to turn it off?
I've attached a video showing the issue.
telescope_fold_problem.mp4
The text was updated successfully, but these errors were encountered: