diff options
Diffstat (limited to 'docs/guide/migration/migrationguideghidra.md')
| -rw-r--r-- | docs/guide/migration/migrationguideghidra.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/guide/migration/migrationguideghidra.md b/docs/guide/migration/migrationguideghidra.md index 88f32675..08062ea3 100644 --- a/docs/guide/migration/migrationguideghidra.md +++ b/docs/guide/migration/migrationguideghidra.md @@ -67,6 +67,12 @@ Common System Keybindings: Binary Ninja's layout is also a bit different from what you're used to in Ghidra, but thankfully Binary Ninja's UI is flexible enough to allow us to build something that will feel familiar. +## 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 This doesn't exactly have to do with your layout, but it go a long way towards making the interface feel a bit more familiar. 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. |
