From 931c6d4776f2c59324d962fabbab9db2c20c0011 Mon Sep 17 00:00:00 2001 From: Username Date: Tue, 24 Feb 2026 13:28:08 +0100 Subject: [PATCH] docs: add up/down key bindings to usage --- docs/USAGE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/USAGE.md b/docs/USAGE.md index 22ba188..470ee3b 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -14,6 +14,8 @@ tuimble --host mumble.example.com --user myname | `F1` | Toggle self-deafen | | `F4` | Push-to-talk (configurable) | | `Enter` | Send message | +| `Up` | Previous sent message (in chat input) | +| `Down` | Next sent message (in chat input) | | `q` | Quit | | `Ctrl+C` | Quit |