vim: shift-d and shift-x in visual mode (#2973)

Release Notes:

- vim: Support `shift-d` and `shift-x` to delete in visual mode
This commit is contained in:
Conrad Irwin 2023-09-15 10:38:37 -06:00 committed by GitHub
commit 3eb2b75e6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -452,6 +452,8 @@
"shift-o": "vim::OtherEnd",
"d": "vim::VisualDelete",
"x": "vim::VisualDelete",
"shift-d": "vim::VisualDelete",
"shift-x": "vim::VisualDelete",
"y": "vim::VisualYank",
"p": "vim::Paste",
"shift-p": [