From 45530a06fd87d4c87547e648169ec27ca70ae5d4 Mon Sep 17 00:00:00 2001 From: milanglacier Date: Thu, 11 Jul 2024 16:07:41 -0400 Subject: [PATCH] doc: fix visual mapping instruction in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 184719e..5c06c81 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Define two mappings: ``` omap m :lua require('tsht').nodes() -xnoremap m :lua require('tsht').nodes() +xnoremap m :lua require('tsht').nodes() ``` You can configure which keys are used for hint labels, the first N characters will be taken from the `hint_keys` and then after that it will restart from `a-zA-Z`