Fix issue with vim::PushOperator documentation (#24825)

Closes: #24718

Release Notes:

- N/A
This commit is contained in:
Ben Kunkle 2025-02-13 16:08:46 -06:00 committed by GitHub
parent c38deb1430
commit 28c667a3c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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