summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2022-03-22 10:21:30 -0400
committerJordan Wiens <jordan@psifertex.com>2022-03-22 10:21:30 -0400
commite57e378f096377196c785df26ab171e5af71578f (patch)
treeba19b487f3145fc7c2dc750251b2876d660dd288 /docs
parent4bd9a3ca53cbd2ac25b47589ee54e8777bddd2de (diff)
add documentation to settings keywords
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 3dee507e..03e54de9 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -616,6 +616,14 @@ Binary Ninja supports loading PDB files through a built in PDB loader. When sele
Binary Ninja provides various settings which are available via the `[CMD/CTRL] ,` hotkey. These settings allow a wide variety of customization of the user interface and functional aspects of the analysis environment.
+Several search keywords are available in the settings UI. Those include:
+
+- `@default` - Shows settings that are in the default scope
+- `@user` - Shows only settings that the user has changed
+- `@project` - Shows settings scoped to the current project
+- `@resource` - Shows settings scoped to the current resource (for example if you used open-with-options and changed settings)
+- `@modified` - Shows settings that are changed from their default values
+
There are several scopes available for settings:
* **User Settings** - Settings that apply globally and override the defaults. These settings are stored in `settings.json` within the [User Folder](#user-folder).