We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add jj files configuration recipe.
Replace undefined "builtin" with 'require("telescope.builtin")' in project_files function
Find files using Ag
Find files by Ag
Updated Configuration Recipes (markdown)
Added "find sibling files"
I deleted the section that used to be here and forgot to delete this
Improve latency of project_files in Windows
fix(Find files from project git root with fallback): proper credit link
fix(Find files from project git root with fallback): expand on explanation
fix: Table of content for `#find-files-from-project-git-root-with-fallback`
feat: add session `### Find files from project git root with fallback`
Capitalized `<C-d>` control key to make it consistent with other places in the page.
Added entry to ToC for deleting buffer recipe.
Added new recipe for deleting buffer from picker.
Add recipe for new Action: Using nvim-window-picker to choose a target window when opening a file from any picker.
This change suggests a custom telescope command for performing live_grep from the project's .git location
On MacOS, catimg won't display anything unless it's talking to a PTY.
prevent telescope search inside a nested .git folder
previous snippet is broken after #2181 was merged
Custom picker based on Treesitter for YAML
Adding an action for deleting currently open buffers from builtin.buffers menu
Add image previewer section