From eb3f9b0ea3bb90549592517025ad34a1733a899a Mon Sep 17 00:00:00 2001 From: happy wang Date: Fri, 17 Oct 2025 19:24:53 +0800 Subject: [PATCH] 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 --- docs/src/vim.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/vim.md b/docs/src/vim.md index 4eba076b70decdd59a7b771f933a3a50bc9189e7..6af563d3555ab0bbc192b8521ce3eb0986c28988 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