-
Notifications
You must be signed in to change notification settings - Fork 16
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
add no wrap in buffer #47
Comments
Then some text might be invisible. Are you suggesting to also add hotkey to navigate around the preview window? |
it's a preview window so it doesn't really matter, does it? |
This might not matter so much for finding files (e.g. FuzzyFiles), but it does matter for finding in files (e.g. FuzzyGrep), so, IMHO anyway, it would not make sense to disable wrap for all preview windows. It might make sense as a window layout option though, allowing wrap to be set to |
I've disabled it in the file search only, but I'm not sure if adding this option is really useful anymore :) |
How have you disabled it in the file search only? By modifying the code or adding your own Making your own |
I have modify the code, but maybe I'll go code my fuzzyfile for sort and remove .o and other folder directly in Selector |
RE removing files or folders from the results, see |
yes but it work only with ripgrep but in my school we have only grep by default |
Are you sure You can disable the fallback to |
with FuzzyFiles , print files content with
set nowrap
The text was updated successfully, but these errors were encountered: