Fix issue with vim::PushOperator
documentation (#24825)
Closes: #24718 Release Notes: - N/A
This commit is contained in:
parent
c38deb1430
commit
28c667a3c7
1 changed files with 1 additions and 1 deletions
|
@ -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": {} }]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue