You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Smart navigation with persistent input memory
4
4
---
5
5
6
+
Different from most browsers, Zen uses the **URL bar** as a quick and efficient way to navigate the web, eliminating the need of dedicated new tab page.
Zen Browser’s **URL bar** is a powerful tool that helps you navigate the web quickly and efficiently. There's no need to open a new tab or window to search the web—simply type your query into the URL bar and hit Enter to search. The URL bar also supports direct navigation to websites, so you can type a URL and press Enter to visit the site directly.
17
+
When you click the **New Tab** button in Zen, the URL bar will popped up on top of your current tab. Simply type your URL or search query into the bar, and hit Enter to search keywords or visit sites directly in a new tab.
18
+
19
+
<Callout>
20
+
If you close the URL bar after typing a URL or search query, the text will still be saved unless you navigate to a different URL or refresh the page.
21
+
</Callout>
22
+
23
+
### Toggle floating behavior of the URL bar
24
+
25
+
Zen has several floating behavior on its URL bar, which can be changed in `Settings` > `Look and Feel` > `Zen URL Bar`:
26
+
-**Floating only when typing** (Default) – The URL bar will float in the center when you access it from the New Tab button or the `Ctrl + L`/ keyboard shortcut. But, if you open the URL bar by clicking, it will stick to its regular position at the top.
27
+
-**Always floating** – The URL bar will always float in the center, both from clicking directly, New Tab button, and keyboard shortcuts.
28
+
-**Normal** – Position of the opened URL bar will always be attached to top side, both from clicking directly, New Tab button, and keyboard shortcuts.
29
+
30
+
### Setting default search engine
31
+
32
+
By default, Zen provided **Google**, **DuckDuckGo**, and **Wikipedia** (English) as default search engine providers. You can choose between Google and DuckDuckGo in the onboarding process, after installing Zen.
33
+
34
+

35
+
36
+
You can also change, edit and manage search engines by opening `Settings` > `Search`. Some of the available settings includes:
37
+
-**Set different search engines** to use by default in regular and Private Browsing windows.
38
+
-**Show or hide search suggestions** and set its priority towards browsing history when URL bar is opened.
39
+
- Show **recent search** as one of the search suggestion when using URL bar.
40
+
-**Toggle suggestion entries** from Browsing History, Bookmarks, Clipboard, Open Tabs, or Search Engines to appear when using URL bar.
41
+
42
+
### Add a website as Search Engine
43
+
44
+
Most search engine sites supported the [OpenSearch protocol](https://developer.mozilla.org/docs/Web/OpenSearch) that enabled it to be added as search engine easily, as well as other sites, including YouTube, X, Spotify, YouTube Music, Github, and Amazon.
45
+
46
+
Just visit the site, and after loading process is finished, if supported, you can see **Add "Website Name"** option in the right click context menu.
47
+
48
+

49
+
50
+
You can also add search engines from the [Mycroft Project site](https://mycroftproject.com/search-engines.html), where they listed more than 20.000 search engine plugins for various websites. Once you got search engine page for the website you want to add, right click the URL bar and click the **Add "Website Name"** option.
51
+
52
+
### Add, manage, and remove Search Engine from Search Shortcuts settings
53
+
54
+
Open `Settings` > `Search` > `Search Shortcuts` to show the list of available search engines, as well as further configurations.
You can also set a **custom keyword** to the search engines you add, by double clicking the Keyword column on the row of a search engine. Type the keyword, and press **Enter** to save it. Use the search engine by clicking the **New Tab** button, type the custom keyword and press **Space** key to activate the search engine. Type your search query, and press **Enter** to show the search results in new tab.
Some other configuration you can do with search engines:
80
+
- You can also drag a search engine up or down to set the order of its appearance when searching in the URL bar.
81
+
- Custom search engines that were added manually can be edited by clicking on it (in the Search Shortcuts settings) and click **Edit**.
82
+
- To remove a search engine, click the search engine in Search Shortcuts settings and click **Remove**.
83
+
- Click **Restore Default Search Engines** if you removed one of the default search engines (Google, DuckDuckGo or Wikipedia) and want to restore them back.
16
84
17
-
- Can be disabled in settings or `about:config` (`zen.urlbar.replace-newtab`)
85
+
### Enable legacy New Tab mechanism back
18
86
19
-
### How does it work?
87
+
The legacy new tab page from Firefox can still be accessed by opening `about:newtab`.
20
88
21
-
- When trying to open a new tab, the search bar will appear. This allows you to navigate faster and more efficiently by being able to type out the address or getting auto-completed without having a change in the view.
22
-
- If the newtab urlbar is closed but you've typed something. The text is remembered unless the URL or tab has been changed.
23
-
- Otherwise, the functionality is basically the same as before, only when focusing the urlbar either by clicking on with the shortcut
89
+
But, if you want to revert the New Tab mechanism, you can do it by accessing Advanced Preferences page (`about:config`). Search for `zen.urlbar.replace-newtab`, and toggle it to `false`. Clicking the New Tab button will open the legacy New Tab page.
0 commit comments