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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user