You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was creating some keymaps for visual mode selected text search. telescope.builtin.grep_string lets me pass a search option so I can search for the selected text in the cwd. Can we have a similar option for current_buffer_fuzzy_find so that we can search the selected text in the current buffer.
Thank you.
The text was updated successfully, but these errors were encountered:
will set the prompt buffer with $YOUR_TEXT which you can populate with your visual selection search. This will eventually be documented as part of #1954.
Closing as I'm very optimistic this addresses your issue. Kindly let me know otherwise.
New to telescope. Thank you for the plugin.
I was creating some keymaps for visual mode selected text search.
telescope.builtin.grep_string
lets me pass asearch
option so I can search for the selected text in the cwd. Can we have a similar option forcurrent_buffer_fuzzy_find
so that we can search the selected text in the current buffer.Thank you.
The text was updated successfully, but these errors were encountered: