Docs

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 .url file in the tree to open it as a browser tab.

Navigate

ActionKeybinding
Back / ForwardAlt-← / Alt-→
ReloadCmd-R
Hard reload (bypass cache)Cmd-Shift-R
Focus the URL barCmd-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 .url file in the tree.
  • Double-click a .url to 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.