mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 10:32:27 +01:00
65 lines
2.7 KiB
Plaintext
65 lines
2.7 KiB
Plaintext
HEADER
|
|
|
|
|hints| +
|
|
|
|
INTRO TO BE WRITTEN...
|
|
|
|
|f| |hints| +
|
|
||f\\{hint\\}||
|
|
________________________________________________________________________________
|
|
Start QuickHint mode. In QuickHint mode, every hintable item (according to the
|
|
'hinttags' XPath query) is assigned a unique number. You can now either type
|
|
this number or type any part of the URL which you want to follow, and it is
|
|
followed as soon as it can be uniquely identified. Often it is 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 [m]<Leader>[m]
|
|
(defaults to :let mapleader = "\") toggles "escape-mode", where numbers are
|
|
treated as normal text. +
|
|
[m]<Esc>[m] 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 [m]f[m]) but opens the link in a new tab.
|
|
________________________________________________________________________________
|
|
|
|
|
|
|;| +
|
|
||;\\{mode\\}\\{hint\\}||
|
|
________________________________________________________________________________
|
|
Start an extended hint mode. ExtendedHint mode is useful, since in this mode
|
|
you can yank link locations, open them in a new window or save images. If
|
|
you want to yank the location of hint [a]24[a], press [m];y[m] to start
|
|
this hint mode. Then press [a]24[a] to copy the hint location.
|
|
|
|
{mode} can be either one of: +
|
|
|
|
* [m];[m] to focus a link and hover it with the mouse
|
|
* [m]a[m] to save its destination (prompting for save location)
|
|
* [m]s[m] to save its destination
|
|
* [m]o[m] to open its location in the current tab
|
|
* [m]t[m] to open its location in a new tab
|
|
* [m]O[m] to open its location in an [c]:open[c] query
|
|
* [m]T[m] to open its location in a [c]:tabopen[c] query
|
|
* [m]v[m] to view its destination source
|
|
* [m]w[m] to open its destination in a new window
|
|
* [m]W[m] to open its location in a [c]:winopen[c] query
|
|
* [m]y[m] to yank its destination location
|
|
* [m]Y[m] to yank its text description
|
|
|
|
Additionally there are two {mode}s, which will start an AlwaysHint mode:
|
|
|
|
* [m]f[m] to open its location in the current tab
|
|
* [m]F[m] to open its location in a new tab
|
|
|
|
These work like the [m]f[m] or [m]F[m] mappings but will keep you in
|
|
AlwaysHint mode. This is useful if you want to open many links of one page
|
|
without pressing [m]f[m] or [m]F[m] each time. Hintable elements for all
|
|
extended hint modes can be set in the 'extendedhinttags' XPath string.
|
|
________________________________________________________________________________
|
|
|
|
// vim: set syntax=asciidoc:
|