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:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user