28 lines
769 B
HTML
28 lines
769 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Issue 186</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>
|
||
|
This page contains several hints to test filtering with rapid hints, see <a href="https://github.com/The-Compiler/qutebrowser/issues/576">#576</a>.
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
This requires setting hints -> mode to number, and hints -> scatter to false.
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
When pressing ;r, t, and then following a hint, the "one" link should
|
||
|
not get a hint.
|
||
|
</p>
|
||
|
|
||
|
<ul>
|
||
|
<li><a href="/data/numbers/1.txt">one</a></li>
|
||
|
<li><a href="/data/numbers/2.txt">two</a></li>
|
||
|
<li><a href="/data/numbers/3.txt">three</a></li>
|
||
|
</ul>
|
||
|
</body>
|
||
|
</html>
|