Skip to content

Conversation

@garbas
Copy link
Owner

@garbas garbas commented Jan 13, 2026

Summary

  • Enable hidden files in find_files picker (.github, .gitignore, etc.)
  • Enable hidden file search in live_grep and grep_string pickers
  • Exclude .git/ folder from grep results to reduce noise
  • Add <leader>fk keybinding for searching keymaps with Telescope

Test plan

  • Open neovim and press <leader>ff - should see hidden files like .github/
  • Press <leader>fs and search for text - should find matches in hidden folders
  • Press <leader>fk - should open keymap search
  • Verify .git/ contents are not shown in search results

- Enable hidden files in find_files picker (.github, .gitignore, etc.)
- Enable hidden file search in live_grep and grep_string
- Exclude .git/ folder from all pickers via file_ignore_patterns
- Add <leader>fk keybinding for searching keymaps
@garbas garbas force-pushed the feat/telescope-hidden-files branch from 8189629 to 06e0cad Compare January 13, 2026 13:02
@garbas garbas enabled auto-merge (rebase) January 13, 2026 13:03
@garbas garbas merged commit 10c13a2 into main Jan 13, 2026
3 checks passed
@garbas garbas deleted the feat/telescope-hidden-files branch January 13, 2026 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants