I don't think I've ever used these modifiers but Firefox's address bar, Awesomebar, is indeed awesome. Compared to the utter garbage that is Chromium's Omnibar, I can find any page I've visited within a few key strokes. Chromium, on the other hand, almost immediately forgets and you have to go to the actual History to find it. Even Safari is miles ahead of Chromium in this regard. I'm still convinced that crippling O…
Firefox address bar
191–200 of 332 posts
Re: Firefox address bar
#192It used to be that search and address were two different fields in the browser UI. That helped - if typed in the address bar, you were probably looking for something in an address [so if you typed potato, it could search for a url in your local history with the word potato], and not for something in a web page. Then Google realized you could combine the two; this makes it less likely you will use a competing search,…
Firefox does have a setting to add the search bar back if that’s your jam, you can turn off address bar search suggestions in the settings too. If you turn off address bar search suggestions then the address bar will still search anything you enter that’s not a url on your chosen default search engine though. You might be able to turn off that behaviour in about:config
Re: Firefox address bar
#193Earlier quoted context omitted.
F6 works too, and you can press it again to unfocus it (TIL)
> and you can press it again to unfocus it That is useful! Wonder why Ctrl-l and alt-d don't work like that?
Re: Firefox address bar
#194Earlier quoted context omitted.
How does one search open tabs in Chrome?
I think he meant the custom website keyword search.
(function () { let sel = window.getSelection(); let Qr; if (sel && sel.toString().length > 0) {Qr=sel.toString()} else {Qr=prompt('Search Site for','');} let hna=window.location.hostname; if(Qr) { location.href='http://www.google.com/search?&q=site:'+encodeURIComponent(hna)+'+'+escape(Qr) }})();
You can attach to a keyboard shortcut with a launcher or applescript.Re: Firefox address bar
#195My favourite find of the past 12 months is Ctrl+L which gives the address bar focus so you can begin typing.
Huh, didn't know about Ctrl+L, I've always used Alt+D for address bar focus.
Even though the keys _are_ there I have no muscle memory for the modifiers on my right hand.
Re: Firefox address bar
#196Although I use it exactly as described (prefixing my search with the magic character followed by a space), it's not necessarily the best way to use it. If you can retrain your muscle memory, these shortcuts are better as suffixes. "% fish" will only show the open tabs (in the current container) with "fish" in them. "fish %" does the same, but when you've only typed the "fish" part, it will have the full set of search suggestions. Which are generally quite good in Firefox, and if what you're looking for is already in an open tab, it'll probably be in the list. But sometimes I don't remember if I have the tab open, so a history result would be better. With the suffix, you get the best of both worlds: the initial "fish" may show too many things, so tacking on "fish %" will restrict it to just the open tab results. That avoids doing it in two passes and having to go back and edit to remove the restriction token.
The actual feature is richer than you might think. It's only hinted at in https://support.mozilla.org/en-US/kb/address-bar-autocomplet... but there's actually a little DSL for queries. You can build these things up into filters. "% fish # github" will search for open tabs with github in their title. So if you can too many results (with eg "% fish"), you can filter them down incrementally (by tacking on " # github"). Yes, this disagrees with the previous suggestion; I'm back to prefixes here.
See https://firefox-source-docs.mozilla.org/browser/urlbar/nonte... for gory details of the address bar's operation in general, though it doesn't go into detail about the restriction tokens.
Re: Firefox address bar
#197I don't think I've ever used these modifiers but Firefox's address bar, Awesomebar, is indeed awesome. Compared to the utter garbage that is Chromium's Omnibar, I can find any page I've visited within a few key strokes. Chromium, on the other hand, almost immediately forgets and you have to go to the actual History to find it. Even Safari is miles ahead of Chromium in this regard. I'm still convinced that crippling O…
This was always the most baffeling thing to me -- how could google be so bad at search? But the answer, I suspect, is simple: they want you to make a new google search rather than jump straight to the site.
Answer: don’t show anymore than three history suggestion items and provide no way to increase it
Re: Firefox address bar
#198Earlier quoted context omitted.
Firefox is increasingly unfriendly to power users. Wouldn't surprise me if they got rid of this feature someday because they have statistics showing few people use it.
And rightfully so. Why maintain a feature for a small minority? Let them fork and maintain it themselves.
Re: Firefox address bar
#199The killer feature is that you can extend this with your own macros. E.g. if you want the address bar to recognize "hn " as a prefix keyword, and redirect "hn firefox address bar" to, say, Algolia — you simply create a bookmark with "Keyword": "hn" and "URL": " https://hn.algolia.com/?q=%s " (not actually a URL, don't click on it) – %s indicating where the macro parameter substitutes. Then "hn firefox address bar" ma…
The same is available in Chrome. I made a list of shortcuts I use here [0] -- copying a few favorites below: shortcut: "aw", lets you type: "aw s3", "aw iam", etc. https://console.aws.amazon.com/%s shortcut: "amzn", searches the retail side https://www.amazon.com/s/?field-keywords=%s shortcut: "gm", searches through gmail (change the 0 if you use multiple accounts) https://mail.google.com/mail/u/0/#search/%s shortcut…
Re: Firefox address bar
#200My favourite find of the past 12 months is Ctrl+L which gives the address bar focus so you can begin typing.