Firefox tricks
From Helpful
Contents |
Tabbed browsing
A lot of people like using tabs as they normally would windows. It's a much less cluttered way to have a lot of documents open.
To open a link in a new tab, middle-mouse-click it or Ctrl-click it.
Lucky Search
Just type a few words in the address bar. When what you type here doesn't look like an address to interpret, firefox will do a Google 'I'm feeling lucky' search, i.e. go to the top-ranked site for the search.
It works quite well for things where
- any of the top sites will probably do (say exchange rate),
- the phrase is pretty identifying of the top page in mind (say google setsorimdb tank girl, or evenpython re).
It can beat bookmarks for the major things you consistently use.
The bookmarks toolbar
The bookmarks toolbar is, well, a toolbar, that contains a subset of your bookmarks, those in the Bookmarks Toolbar Folder.
It's nice for everything you want to either return to regularly or not forget. I've used it for links to webmail, blogging, pages for courses, last.fm, hobby things, "things to read" collection and more.
Keyword searches / Quick Searches
Keyword searches are one-word shortcuts, and you can create them for any search field.
I search a lot, so it saves me a lot of surfing to the respective websites first. Using gg for Google is kneejerk for me now. I also regularly use:
- wpfor wikipedia (there by default)
- dictfor an online dictionary
- thesfor an online thesaurus
- a few for specific wikis I like using or edit (like this one)
- some semi-temporary repetitive work, such as a html validator, the archive.org wayback machine, looking up music in allmusic, musicogs, musicbrainz, or lastfm.
Extensions
What extensions you want is entirely personal. Some of the ones I repeatedly install are mentioned on Firefox add-ons.
Keyboard shortcuts
...that is, the potentially useful ones you might have missed and/or aren't visible in the menus:
Navigation
- Ctrll: Go to address bar
- Ctrlk: Go to search box
Tab-related
- Ctrlt: New tab
- Ctrlw: Close tab
- CtrlShiftt: Open last closed tab
- CtrlTab and CtrlShiftTab: Tab through the tabs
- Ctrl1through Ctrl8: go to one of the first eight tabs. 9 goes to the last.
Ctrl-PgUp and Ctrl-PgDown also work, but may scroll the pages themselves too.
Searching
- F3: Find and find next (more or less replaces Ctrl-F and Alt-N)
about:config
When you type about:config in your location bar, you can configure various aspects of your firefox. See also About:config entries.
Tab behaviour
Before FF2, the ways of opening things in a new tab were less nice. They could be configured via the preferences.
Aruably, the FF2 default of having a closing button on each tab makes it a little too easy to accidentally click. You can change this via:
browser.tabs.closeButtons
- 0 means 'show close icon only on current tab' (avoids accidental closes when selecting other tabs)
- 1 means 'show close icon on all tabs' (the default)
- 2 means 'don't show close icons anywhere' (you can use middle mouse to close)
- 3 means 'show one close icon, to the right of all tabs' (which will close the current tab)
middle mouse in linux
The middle mouse button has multiple uses, depending on where you click it.
For some reason, the default configuration differs between windows and linux versions, which means that instead of scrolling, middle mouse in the middle of text will paste the clipboard as an URL to be loaded, which is generally nonsense, and generally fails. When you disable that:
middlemouse.contentLoadURL
...set to false, you get the scrolling behaviour (and so consistency between platforms).
smoothScroll
This makes mousewheel scrolls, arrow movements and such move the page not instantly, but quickly and smoothy move over to the new position. This makes scrolling more obvious to people reading along, and may be easier on your eyes, just takes a bit more processing power. Look for:
general.smoothScroll
If it isn't set to true, double-click it. Immediately takes effect.
Categories: Internet | Utilities | Trick

