docs: Fix ctrl-x meaning in vim mode (#14968)

Release Notes:

- N/A
This commit is contained in:
Csaba Hoch 2024-07-22 20:52:35 +02:00 committed by GitHub
parent a955968de3
commit c703e20a06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,7 +138,7 @@ that you can't live without. You can restore them to their defaults by copying t
"context": "Editor && !menu",
"bindings": {
"ctrl-c": "editor::Copy", // vim default: return to normal mode
"ctrl-x": "editor::Cut", // vim default: increment
"ctrl-x": "editor::Cut", // vim default: decrement
"ctrl-v": "editor::Paste", // vim default: visual block mode
"ctrl-y": "editor::Undo", // vim default: line up
"ctrl-f": "buffer_search::Deploy", // vim default: page down