Hacker News new | ask | show | jobs
by olejorgenb 3468 days ago
For the lazy: Awesomebar is just firefox's the built-in address bar. It can be configured to search simultaneous through history, tab (titles of open tabs), etc.

Or one can specify what to search with this micro language:

    Add ^ to search for matches in your browsing history.
    Add * to search for matches in your bookmarks.
    Add + to search for matches in pages you've tagged.
    Add % to search for matches in your currently open tabs.
    Add ~ to search for matches in pages you've typed.
    Add # to search for matches in page titles.
    Add @ to search for matches in web addresses (URLs).
    Add $ to search for matches in suggestions.
3 comments

The operator doesn't have to be the first char. This works too: "some tab I have %"

Another nugget I just found out about: alt-enter opens the what you typed in in a new tab.

> Another nugget I just found out about: alt-enter opens the what you typed in in a new tab.

If you're visiting a site by entering the address (as opposed to using search or a bang command on DuckDuckGo or using a bookmark/history entry), then you'd also appreciate the following shortcuts:

Ctrl+Enter (Cmd+Enter on Mac) for "www." prefix and ".com" suffix on the domain. Eg: type "google" <Ctrl+Enter> (or Cmd+Enter) to go to www.google.com

Shift+Enter for "www." prefix and ".net" suffix on the domain. Eg: type "jsfiddle" <Shift+Enter> to go to www.jsfiddle.net

Ctrl+Shift+Enter (Cmd+Shift+Enter on Mac) for "www." prefix and ".org" suffix on the domain. Eg: type "wikipedia" <Ctrl+Shift+Enter> (or Cmd+Shift+Enter) to go to www.wikipedia.org

In my knowledge, the www.<domain>.com autofill with Ctrl+Enter was pioneered by Internet Explorer, but Firefox is the only browser that took it to the next level as a built-in feature.

Wow, using Firefox for 15 years and did not know. Here's a link to the docs I found now: https://support.mozilla.org/en-US/kb/awesome-bar-search-fire...
Been using FF for a long time and still was unaware of this. Thanks for the tip