hints.html

quick-hintshints
Hints

Contents

Hints are the way in which Vimperator allows you to follow links on a page. By providing each link with a suitable hint, you can access all links with a similar amount of minimal effort. This contrasts strongly with the traditional approaches offered by the mouse, in which you must first find and then aim for the link you would like, and by using repeated tabbing which quickly becomes tedious unless you always visit the first link on a page.
f
f{hint}

Start QuickHint mode. In QuickHint mode, every hintable item (according to the 'hinttags' XPath query) is assigned a unique number. You can either type this number or type part of the link text as specified by the 'hintmatching' option, and it is followed as soon as it can be uniquely identified. Often it can be useful to combine these techniques to narrow down results with some letters, and then typing a single digit to make the match unique. Pressing <Leader> (defaults to :let mapleader = "\") toggles "escape-mode", where numbers are treated as normal text. <Esc> stops this mode at any time.

F
F{hint}

Start QuickHint mode, but open link in a new tab. Like normal QuickHint mode (activated with f) but opens the link in a new tab. The new tab will be loaded in background according to the browser.tabs.loadInBackground Swiftweasel preference.

extended-hints
;
;{mode}{empty}{hint}

Start an extended hint mode. ExtendedHint mode is useful for performing operations on hinted elements other than the default left mouse click. For example, you can yank link locations, open them in a new window or save images. If you want to yank the location of hint 24, press ;y to start this hint mode. Then press 24 to copy the hint location.

{mode} can be one of:

Depending on the value of 'complete', you can get a list of extended hint modes by pressing <Tab> from the ; prompt.

Hintable elements for all extended hint modes can be set in the 'extendedhinttags' XPath string.