From ca7661fa3e606928f42554f99968aba92aafb8ec Mon Sep 17 00:00:00 2001 From: mow Date: Thu, 15 Jan 2026 19:06:32 +0100 Subject: [PATCH] docs: rename link from 'Keyboard Shortcuts' to 'Usage' The usage.md now contains comprehensive user guide beyond just keyboard shortcuts. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66f864a..b7ce178 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A [justfile](./justfile) is included by default for the [casey/just][just] comma ## Documentation -- [Keyboard Shortcuts](docs/usage.md) +- [Usage](docs/usage.md) - [Features](docs/features.md) - [Development Guide](docs/development.md)