[TxMt] Re: Searching in hidden files
Allan Odgaard
mailinglist at textmate.org
Sat Oct 27 13:46:01 UTC 2018
On 27 Oct 2018, at 20:28, Jacob Carlborg wrote:
> Are you referring to the “matching” field in the search dialog? Is
> this possible to configure globally? Ideally I would like to
> .travis.yml to always be included, regardless of what I have in the
> “matching” field.
Try run this in a terminal:
defaults write com.macromates.TextMate "Find in Folder Globs" '{
default = ( "{*,.travis.yml}" ); }'
Then the default pattern should be `{*,.travis.yml}` but if you make
changes to the pattern via the Find dialog, it’ll only be for the
current project folder.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate/attachments/20181027/0fb09497/attachment.html>
More information about the textmate
mailing list