mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Fix minor typo
This commit is contained in:
parent
58c3eba08c
commit
763e5c9a8b
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ Extended hint modes allow you to perform actions on page items:
|
|||
* `;k` — delete an element from the page
|
||||
* `;;` — focus an element
|
||||
|
||||
Additionally, you can bind to a custom CSS selector with `:hint -c [selector]` which is useful for site-specific versions of the standard `f` hint mode.
|
||||
Additionally, you can hint elements matching a custom CSS selector with `:hint -c [selector]` which is useful for site-specific versions of the standard `f` hint mode.
|
||||
|
||||
### Binding custom commands
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue