From 47de57947131d56d06cf433cf49390e493290439 Mon Sep 17 00:00:00 2001 From: Juan Luque Date: Thu, 27 Feb 2025 09:59:31 -0500 Subject: [PATCH] Update README.md (#261) Fix typo: surround with '[ ]' command `s[` was listed twice. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bb9de8..cb453e1 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,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 ```