Skip to content

feat(picker): add toggle to switch hidden files option#39

Open
ushmz wants to merge 2 commits into
fdschmidt93:masterfrom
ushmz:feat/search-hidden-files-toggle
Open

feat(picker): add toggle to switch hidden files option#39
ushmz wants to merge 2 commits into
fdschmidt93:masterfrom
ushmz:feat/search-hidden-files-toggle

Conversation

@ushmz

@ushmz ushmz commented Apr 17, 2024

Copy link
Copy Markdown

Description

Add a feature to toggle the inclusion/exclusion of hidden files in searches.
Fix #34

Changes Introduced

Introduce a <C-h> key binding that effortlessly switches between including (--no-ignore and --hidden flags) and excluding (--ignore and --no-hidden flags) hidden files in searches.

Implementation

  • Add an action to toggle include/exclude hidden files from the search results.
  • Add default key binding <C-h> for toggle functionality.
  • Set the default value depending on the config value (vimgrep_arguments).

Screenshot

Screen_Recording_0006_04_17_21_41_06.mov

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.

Support searching through ignored files

1 participant