diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-10-21 17:34:47 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-10-22 07:36:38 -0400 |
| commit | f588991317880c52ce1cf6d8fd0aaafd4c815409 (patch) | |
| tree | 56c056fb26e98ebe6210102ab0430c00c4724524 /docs/guide/migration/migrationguideida.md | |
| parent | 46210d11c385b1a8c9636a1a8b89394f3c1d9b11 (diff) | |
add mention of popup xrefs to migration documentation
Diffstat (limited to 'docs/guide/migration/migrationguideida.md')
| -rw-r--r-- | docs/guide/migration/migrationguideida.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/guide/migration/migrationguideida.md b/docs/guide/migration/migrationguideida.md index d86b2ec6..318640b4 100644 --- a/docs/guide/migration/migrationguideida.md +++ b/docs/guide/migration/migrationguideida.md @@ -42,6 +42,12 @@ Some major exceptions are: - `H` to toggle to/from Hex View - `[TAB]` to toggle to/from disassembly +## Cross-References + + + +If you prefer the pop-up style cross-references from IDA or Ghidra, you can enable that behavior by right-clicking on the xref-icon and selecting "Window". Whenever you navigate from the window by double-clicking or pressing enter the main window will be focused. ESC can also be used to close the xref window. + ## Theme We like our dark themes, but understand they're not for everyone. We have an expansive list of [community themes](https://github.com/Vector35/community-themes), and [a guide](../../dev/themes.md) and a [blog post](https://binary.ninja/2021/07/08/creating-great-themes.html) on how to make your own. The built-in "Classic" theme should feel nostalgic, but if you're looking for a light theme that's slightly easier on the eyes, try out Summer or Solarized Light. |
