mirror of
https://github.com/esm7/obsidian-vimrc-support.git
synced 2026-07-22 05:00:25 +00:00
Update README.md (#261)
Fix typo: surround with '[ ]' command `s[` was listed twice.
This commit is contained in:
parent
378753b0b4
commit
47de579471
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue