A search shortcut pairs a keyword with a URL template. Type the keyword followed by a query in the address bar and OmniJump redirects directly to that site's search results.
Use %s in the URL template as a placeholder for your query.
ghhttps://github.com/search?q=%shttps://github.com (used when no query is typed)In the address bar:
gh → goes to https://github.comgh omnijump → goes to https://github.com/search?q=omnijumpyt).youtube.com). Optional; if left blank OmniJump derives it from the template.%s where the query goes (e.g., https://www.youtube.com/results?search_query=%s).The shortcut appears in your list with a search badge.
Example: typing yt lo fi mixes opens https://www.youtube.com/results?search_query=lo+fi+mixes.
Click the pencil icon next to any search shortcut in the list. Update the keyword or search URL template and save. Changes take effect immediately.
| Site | Suggested Keyword | Search URL Template |
|---|---|---|
| GitHub | gh |
https://github.com/search?q=%s |
| YouTube | yt |
https://www.youtube.com/results?search_query=%s |
| MDN Web Docs | mdn |
https://developer.mozilla.org/en-US/search?q=%s |
| npm | npm |
https://www.npmjs.com/search?q=%s |
g |
https://www.google.com/search?q=%s |
|
r |
https://www.reddit.com/search/?q=%s |
|
| Dictionary.com | def |
https://www.dictionary.com/browse/%s |
Having trouble? See the Search Shortcuts FAQ.