From 28c667a3c78ab1febcea1b1de85f375658a28b18 Mon Sep 17 00:00:00 2001 From: Ben Kunkle Date: Thu, 13 Feb 2025 16:08:46 -0600 Subject: [PATCH] Fix issue with `vim::PushOperator` documentation (#24825) Closes: #24718 Release Notes: - N/A --- docs/src/vim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/vim.md b/docs/src/vim.md index 711d69488fb6806f48077ae1e9d0f02f1912da66..e0eba0def203bf26b17e5cba82ac3a40e109c6f9 100644 --- a/docs/src/vim.md +++ b/docs/src/vim.md @@ -397,7 +397,7 @@ Vim mode comes with shortcuts to surround the selection in normal mode (`ys`), b { "context": "vim_mode == visual", "bindings": { - "shift-s": ["vim::PushAddSurrounds", {}] + "shift-s": ["vim::PushOperator", { "AddSurrounds": {} }] } } ```