You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libnemo-private/org.nemo.gschema.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -826,11 +826,11 @@
826
826
<summary>Treat patterns as raw bytes, not utf-8</summary>
827
827
</key>
828
828
<keyname="search-file-case-sensitive"type="b">
829
-
<default>true</default>
829
+
<default>false</default>
830
830
<summary>Stores the most recent state of the file search case toggle</summary>
831
831
</key>
832
832
<keyname="search-content-case-sensitive"type="b">
833
-
<default>true</default>
833
+
<default>false</default>
834
834
<summary>Stores the most recent state of the content search case toggle</summary>
835
835
</key>
836
836
<keyname="search-skip-folders"type="as">
@@ -839,7 +839,7 @@
839
839
<description>List of locations that the search engine will never enter when looking for matches. These can be absolute or simply folder names (like .git). You can still enter those folders and search inside of them, however.</description>
840
840
</key>
841
841
<keyname="search-files-recursively"type="b">
842
-
<default>false</default>
842
+
<default>true</default>
843
843
<summary>Recurse into subfolders when performing a search</summary>
0 commit comments