Update README.md (#261)

Fix typo:  surround with '[ ]' command  `s[` was listed twice.
This commit is contained in:
Juan Luque 2025-02-27 09:59:31 -05:00 committed by GitHub
parent 378753b0b4
commit 47de579471
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -186,7 +186,7 @@ map sb :surround_brackets<CR>
map s( :surround_brackets<CR>
map s) :surround_brackets<CR>
map s[ :surround_square_brackets<CR>
map s[ :surround_square_brackets<CR>
map s] :surround_square_brackets<CR>
map s{ :surround_curly_brackets<CR>
map s} :surround_curly_brackets<CR>
```