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": {} }] } } ```