summaryrefslogtreecommitdiff
path: root/qutebrowser/html
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-12-23 12:38:07 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-12-23 12:38:07 +0100
commit7f87ecc1c1fb9decc2d4cfef874563acf10670de (patch)
treeb751aa2867843adc726626004cbb969e26167b0f /qutebrowser/html
parent2ebcbb63c401921b1afa2ad763d0b48baf54bad3 (diff)
downloadqutebrowser-7f87ecc1c1fb9decc2d4cfef874563acf10670de.tar.gz
qutebrowser-7f87ecc1c1fb9decc2d4cfef874563acf10670de.zip
Interpret --mode for :bind without key
Diffstat (limited to 'qutebrowser/html')
-rw-r--r--qutebrowser/html/bindings.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/html/bindings.html b/qutebrowser/html/bindings.html
index fe6913402..7bc441cbd 100644
--- a/qutebrowser/html/bindings.html
+++ b/qutebrowser/html/bindings.html
@@ -10,7 +10,7 @@ th { text-align:left; }
{% block content %}
<header><h1>{{ title }}</h1></header>
{% for mode, binding in bindings.items() %}
-<h2>{{ mode | capitalize }} mode</h2>
+<h2 id="{{ mode }}">{{ mode | capitalize }} mode</h2>
<table>
<tr>
<th>Key</th>