Skip to content

Conversation

@ushmz
Copy link

@ushmz ushmz commented Apr 17, 2024

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