diff --git a/components/help.js b/components/help.js
index 3601afc..d069bb9 100644
--- a/components/help.js
+++ b/components/help.js
@@ -26,11 +26,13 @@ function KeyBindingsHelp() {
`;
});
+ l.push(html`
+
Tab
+ Automatically complete nickname or channel
+ `);
+
if (!window.matchMedia("(pointer: none)").matches) {
l.push(html`
- Tab
- Automatically complete nickname or channel
-
Middle mouse click
Close buffer
`);