Quicklinks
Launch URLs with dynamic parameters using keyword shortcuts. Type a trigger keyword followed by arguments to quickly navigate to websites, search engines, or web apps.
Basic Usage
Type the trigger keyword followed by your search query:
| Input | Result |
|-------|--------|
| g rust programming | Google search for "rust programming" |
| yt music videos | YouTube search for "music videos" |
| gh summon | GitHub search for "summon" |
Template Syntax
Quicklinks use URL templates with placeholders:
| Syntax | Description |
|--------|-------------|
| {name} | Required parameter |
| {name?} | Optional parameter |
| {name?=default} | Optional with default value |
| {?/path/{param}} | Conditional segment (included only if param provided) |
| . | Skip parameter (use default) |
Examples
Simple search:
https://google.com/search?q={query}
GitHub with optional user/repo:
https://github.com/{user?}{?/{repo}}
git→ github.comgit torvalds→ github.com/torvaldsgit torvalds linux→ github.com/torvalds/linux
YouTube channel or search:
https://youtube.com/{channel?}{?/results?search_query={query}}
yt→ youtube.comyt @mkbhd→ youtube.com/@mkbhdyt rust tutorial→ youtube.com/results?search_query=rust%20tutorial
Smart Tab Focus
Enable "Focus existing tab" to switch to an already-open tab instead of opening a duplicate. Set a match pattern (e.g., github.com) to identify matching tabs.
Creating Quicklinks
- Open Settings > Quicklinks
- Click "Add"
- Enter trigger, name, and URL template
- Optionally enable focus existing tab in Advanced Options
- Save
Default Quicklinks
| Trigger | Service |
|---------|---------|
| g | Google Search |
| gh | GitHub Search |
| so | Stack Overflow |
| yt | YouTube Search |
| wiki | Wikipedia |