diff --git a/docs/src/vim.md b/docs/src/vim.md index 4eba076b70..6af563d355 100644 --- a/docs/src/vim.md +++ b/docs/src/vim.md @@ -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