Sublime Forum

How to disable this feature?

#1
  • Find in Files: Can now filter by .gitignore
0 Likes

#2

Just toggle the button and it won’t filter using gitignore:

Screenshot%20from%202021-05-28%2017-39-31

0 Likes

#3

You can also have a simple key binding if you want to toggle it off.

{
        "keys": ["alt+g"],
        "command": "toggle_use_gitignore",
        "context": [
            { "key": "panel_has_focus" },
            { "key": "panel_type", "operand": "find" },
        ],
},
0 Likes

#4

Appreciate for your reply.

0 Likes

#5

Thanks a lot.

0 Likes