Live data from Hacker News

Firefox address bar

wiki.tilde.institute

191–200 of 332 posts

Re: Firefox address bar

#191
post #2

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…

I agree, Firefox address bar is miles ahead of any other browser. I just hope they don't mess it up in the name of UX

Re: Firefox address bar

#192

It 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

This is what I do for work. Most of the pages I go to are not on the open internet. And I usually want to go to a wiki page I’ve been to before or to a book mark. If I actually want to search i use the search box. But for me the url bar is for editing and finding urls.

Re: Firefox address bar

#193

Earlier 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?

Alt-d is, AFAIK, equivalent to a menubar shortcut (like Alt-f) that just happens to go to not quite a menu. None of the others close on repeat, so it doesn't either. UX consistency, though maybe the sort that doesn't matter as much as usual.

Re: Firefox address bar

#194
post #64

Earlier quoted context omitted.

How does one search open tabs in Chrome?

I think he meant the custom website keyword search.

This bookmarklet will work:

  (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

#195
post #68

My 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.

Alt-d is superior, since it's a left-hand shortcut!

Even though the keys _are_ there I have no muscle memory for the modifiers on my right hand.

Re: Firefox address bar

#196
It would be nice if the author could fix this page, since the examples are incorrect and do not work as written. You need a space after the magic character.

Although 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

#197
post #2

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…

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.

How can we get people to do more searches?

Answer: don’t show anymore than three history suggestion items and provide no way to increase it

Re: Firefox address bar

#198
post #164

Earlier 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.

Firefox would have no users at all if Mozilla abandon us nerds and power users who all rely a slightly different set of Firefox's obscure features. If Mozilla were smart, they would embrace us instead of wishing we were more like normal users (if we were, we'd be using chrome already!)

Re: Firefox address bar

#199

The 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…

You can also use a duckduckgo query like ! site:site.com query. That is more reliable when using something like wikipedia when you aren't sure of the exact title and don't have to type it all out.

Re: Firefox address bar

#200

My favourite find of the past 12 months is Ctrl+L which gives the address bar focus so you can begin typing.

I'm using alt+d what I like about that shortcut is that's on the left side and the keys are close to each other.
Post reply on HN