Fix outdated reference to restorekill

This commit is contained in:
Oliver Blanthorn 2020-11-28 12:15:38 +01:00
parent 3b577f5e8b
commit 2a17c4314a
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -9,7 +9,7 @@ Here are some of the most useful hint modes:
- `:hint -p` or `;p`: copy element text (such as a paragraph) to clipboard
- `:hint -#` or `;#`: copy anchor location. Useful for linking someone to a specific part of a page.
- `:hint -k` or `;k`: kill an element. Very satisfying.
- `:hint -K` or `;K`: kill an element. Killed elements can be restored with :restorekill
- `:hint -K` or `;K`: kill an element. Killed elements can be restored with :elementunhide
If there is ever only a single hint remaining (for example, because you have wittled them down, or there is only a single link visible on the page) the hint mode will follow it automatically.