Browser & Tabs
Tranquil has a full Chromium browser built in — not a preview pane — and it opens as a tab right beside your code. It’s also what your automations drive (see Running Automations). Open the in-app guide with File → New Default Window to follow along.
Open a tab
Cmd-T— open a new browser tab (it splits into a pane beside the editor).- Type an address in the URL bar and press Enter. Not a URL? It runs a search.
- Double-click a
.urlfile in the tree to open it as a browser tab.
Navigate
| Action | Keybinding |
|---|---|
| Back / Forward | Alt-← / Alt-→ |
| Reload | Cmd-R |
| Hard reload (bypass cache) | Cmd-Shift-R |
| Focus the URL bar | Cmd-L |
Find on the page
Cmd-F— find-in-page (opens in the right dock, highlights matches live).Cmd-G/Cmd-Shift-G— next / previous match.
Bookmarks are files
Bookmarks are plain .url files in your project, so they live with your work:
Cmd-Shift-A— save the current page as a.urlfile in the tree.- Double-click a
.urlto reopen it; right-click a folder for “Open all URLs…”.
One session per window
Every tab in a window shares that window’s login session. To be signed in as two different accounts on the same site, right-click a link or tab and choose “Open in new window” — the new window gets its own separate session.
Next: Running Automations — make a page do your bidding.