Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / docs / user / userguide / jump.diviner
blob0421f194a8c081f6eaf4cae8d73c90b1e873d8fc
1 @title Search User Guide: Shortcuts
2 @group userguide
4 Command reference for global search shortcuts.
6 Overview
7 ========
9 Phabricator's global search bar automatically interprets certain commands as
10 shortcuts to make it easy to navigate to specific places.
12 To use these shortcuts, just type them into the global search bar in the main
13 menu and press return. For example, enter `T123` to jump to the corresponding
14 task quickly.
16 Supported Commands
17 ========
19   - **T** - Jump to Maniphest.
20   - **T123** - Jump to Maniphest Task 123.
21   - **D** - Jump to Differential.
22   - **D123** - Jump to Differential Revision 123.
23   - **r** - Jump to Diffusion.
24   - **rXYZ** - Jump to Diffusion Repository XYZ.
25   - **rXYZabcdef** - Jump to Diffusion Commit rXYZabcdef.
26   - **r <name>** - Search for repositories by name.
27   - **u** - Jump to People
28   - **u username** - Jump to username's Profile
29   - **p** - Jump to Project
30   - **p Some Project** - Jump to Project: Some Project
31   - **s SymbolName** - Jump to Symbol SymbolName
32   - **(default)** - Search for input.
34 Next Steps
35 ==========
37 Continue by:
39   - returning to the @{article:Search User Guide}.