diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.md | 8 |
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). |
