Fix command for changing inside brackets in vim.md (#40184)

Fix bindings used in the vim documentation example for both
`MiniBrackets` and `MiniQuotes`.

---------

Co-authored-by: dino <dinojoaocosta@gmail.com>
This commit is contained in:
happy wang
2025-10-17 11:24:53 +00:00
committed by GitHub
co-authored by dino
parent dd32bb6c74
commit eb3f9b0ea3
+2 -2
View File
@@ -237,9 +237,9 @@ To use these text objects, you need to add bindings to your keymap. Here's an ex
With this configuration, you can use commands like:
- `cib` - Change inside brackets using AnyBrackets behavior
- `cim` - Change inside brackets using MiniBrackets behavior
- `ciB` - Change inside brackets using MiniBrackets behavior
- `ciq` - Change inside quotes using AnyQuotes behavior
- `ciM` - Change inside quotes using MiniQuotes behavior
- `ciQ` - Change inside quotes using MiniQuotes behavior
## Command palette