mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Correct * href to a href
This commit is contained in:
parent
02160ad694
commit
38d83ed323
1 changed files with 1 additions and 1 deletions
|
@ -3492,7 +3492,7 @@ import * as hinting from "@src/content/hinting"
|
|||
- `bind ;c hint -c [class*="expand"],[class="togg"]` works particularly well on reddit and HN
|
||||
- -w open in new window
|
||||
- -wp open in new private window
|
||||
- `-pipe selector key` e.g, `-pipe * href` returns the key. Only makes sense with `composite`, e.g, `composite hint -pipe * textContent | yank`. If you don't select a hint (i.e. press <Esc>), will return an empty string.
|
||||
- `-pipe selector key` e.g, `-pipe a href` returns the key. Only makes sense with `composite`, e.g, `composite hint -pipe * textContent | yank`. If you don't select a hint (i.e. press <Esc>), will return an empty string.
|
||||
- `-W excmd...` append hint href to excmd and execute, e.g, `hint -W exclaim mpv` to open YouTube videos.
|
||||
- -q* quick (or rapid) hints mode. Stay in hint mode until you press <Esc>, e.g. `:hint -qb` to open multiple hints in the background or `:hint -qW excmd` to execute excmd once for each hint. This will return an array containing all elements or the result of executed functions (e.g. `hint -qpipe a href` will return an array of links).
|
||||
- -br deprecated, use `-qb` instead
|
||||
|
|
Loading…
Add table
Reference in a new issue