Firefox: Difference between revisions

From miki
Jump to navigation Jump to search
Line 27: Line 27:
;{{red|LATEST FIREFOX VERSION THAT WORKS}}
;{{red|LATEST FIREFOX VERSION THAT WORKS}}
: Firefox 56, download at http://cz.archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_56.0+build6-0ubuntu0.16.04.2_amd64.deb .
: Firefox 56, download at http://cz.archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_56.0+build6-0ubuntu0.16.04.2_amd64.deb .
;For firefox 57+

* Use [https://github.com/cmcaine/tridactyl tridactyl].


'''pentadactyl''' is an add-on that turns Firefox into a powerful vim-like browser.
'''pentadactyl''' is an add-on that turns Firefox into a powerful vim-like browser.

Revision as of 06:47, 17 September 2018

Configuration

  • Last visited tab with Ctrl-Tab — Go to about:config, and set browser.ctrlTab.previews to true [1].

Keyboard shortcuts

Alt-Shift Access key. Eg. Alt-Shift-F to go to search box in MediaWiki
Ctrl-Shift-C Open console and debugger tools.

Extensions

Candidates

Extension I might install in the future:

  • Extension to suspend tabs. ! Careful, this may lead to loss of work if you typed text in a form and the page gets suspended

pentadactyl

LATEST FIREFOX VERSION THAT WORKS
Firefox 56, download at http://cz.archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_56.0+build6-0ubuntu0.16.04.2_amd64.deb .
For firefox 57+

pentadactyl is an add-on that turns Firefox into a powerful vim-like browser.

Repositories
http://5digits.org/nightlies Nightly build.
Installation from source (on Firefox 48)
git clone https://github.com/5digits/dactyl.git
  • Make project
cd dactyl/
make -C pentadactyl xpi
  • Then in Firefox, go to add-on tab, and select install .xpi from file located in dactyl/downloads.
Installation
  • First disable add-on signature policy. Go to [about:config] and set xpinstall.signatures.required to false.
  • Download the latest nightly build and install it
I installed pentadactyl-20160121.xpi on Firefox 44.
  • Restore add-on signature policy
Usage
  • See :help for quick help
  • f show hints and follow a link.
  • y current location.
  • p paste new location.
  • H L history back/forward.
  • ^n ^p next / previous tab.
  • ^v — Enable passthrough (next) (only next key press)
Tip: To paste text, press ^v twice.
  • ^z — Enable passthrough
  • :mkp to save current configuration
  • To print:
ha[rdcopy][!] to print a given page.
:ha[rdcopy][!] >{filename} to print to a file.
:dialog printpreview to display the print preview dialog.
:dialog printsetup to display the print setup dialog.
Customization

I prefer to use ^j ^k to go to next/previous tab, like I do to navigate between buffers.

:map -builtin -description "Next tab" <C-j> <C-n>
:map -builtin -description "Previous tab" <C-k> <C-p>
:mkp
Configure passthrough

Configure passkeys to tell Pentadactyl what keys must be passed through (k)

:set passkeys+=gabrielecirulli.github.io/2048/:<Up><Down><Left><Right>

Use auto-commands to make Pentadactyl alway pass all of your keys through for a particular URL [2]:

:autocmd LocationChange 'https://cloud.digitalocean.com/droplet/console/*' :normal! <C-z>

Tab Groups

Excellent extension for managing tabs.

Tips

Tab management

See Mozilla — Tab groups removal.

Interesting extensions: