vim: Add ability to spawn multicursors at beginning/end of line (#18183)
Closes #17842 Release Notes: - Added the ability to spawn multiple cursors through the g-A and g-I motions while in visual select mode.
This commit is contained in:
parent
b69c6ee7df
commit
4a4d8c1cab
2 changed files with 86 additions and 1 deletions
|
@ -292,6 +292,8 @@
|
|||
"g ctrl-x": ["vim::Decrement", { "step": true }],
|
||||
"shift-i": "vim::InsertBefore",
|
||||
"shift-a": "vim::InsertAfter",
|
||||
"g I": "vim::VisualInsertFirstNonWhiteSpace",
|
||||
"g A": "vim::VisualInsertEndOfLine",
|
||||
"shift-j": "vim::JoinLines",
|
||||
"r": ["vim::PushOperator", "Replace"],
|
||||
"ctrl-c": ["vim::SwitchMode", "Normal"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue