From eb8174bc711770c6906ae5289b10681e4f356d37 Mon Sep 17 00:00:00 2001 From: tim <89766111+timothyckl@users.noreply.github.com> Date: Fri, 1 May 2026 13:29:54 +0800 Subject: [PATCH] docsl: update key bindings in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60bcff7..497526c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim): end, keys = { { "t", ":Tau", mode = "v", desc = "Tau: edit selection" }, - { "T", ":Tau ", mode = "v", desc = "Tau: edit selection with prompt" }, + { "", ":TauContext", mode = "n", desc = "Tau: context files" }, }, } ```