From 9b2552105a2cd66ec6c428b399151a5d3327af51 Mon Sep 17 00:00:00 2001 From: yingchao <77818186+baggiiiie@users.noreply.github.com> Date: Thu, 28 Dec 2023 13:03:02 +0800 Subject: [PATCH] Changed double "map s[" Just a little change regarding a potential typo. There are two "map s[" in the demo config, one of which should be "map s]" if my understanding is correct. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd0a1da..5cfe1ec 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ map sb :surround_brackets map s( :surround_brackets map s) :surround_brackets map s[ :surround_square_brackets -map s[ :surround_square_brackets +map s] :surround_square_brackets map s{ :surround_curly_brackets map s} :surround_curly_brackets ```