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

Closes: #24718

Release Notes:

- N/A
This commit is contained in:
Ben Kunkle
2025-02-13 22:08:46 +00:00
committed by GitHub
parent c38deb1430
commit 28c667a3c7
+1 -1
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": {} }]
}
}
```