Multicursor vim registers (#13025)
Release Notes: - vim: Added support for multicursor registers (#11687) - vim: Added support for the `"/` register
This commit is contained in:
parent
068b1c235c
commit
a5af5b2883
17 changed files with 333 additions and 250 deletions
|
@ -13,6 +13,8 @@
|
|||
{"Key":"w"}
|
||||
{"Get":{"state":"The quick brown\nfoxˇ \nthe lazy dog","mode":"Normal"}}
|
||||
{"ReadRegister":{"name":"a","value":"jumps over"}}
|
||||
{"Get":{"state":"The quick brown\nfoxˇ \nthe lazy dog","mode":"Normal"}}
|
||||
{"ReadRegister":{"name":"\"","value":"jumps over"}}
|
||||
{"Key":"\""}
|
||||
{"Key":"a"}
|
||||
{"Key":"p"}
|
||||
|
|
|
@ -28,3 +28,14 @@
|
|||
{"ReadRegister":{"name":"\"","value":"lazy dog"}}
|
||||
{"Get":{"state":"The quick brown\nˇ","mode":"Normal"}}
|
||||
{"ReadRegister":{"name":"\"","value":"lazy dog"}}
|
||||
{"Key":"/"}
|
||||
{"Key":"d"}
|
||||
{"Key":"o"}
|
||||
{"Key":"g"}
|
||||
{"Key":"enter"}
|
||||
{"Get":{"state":"The quick brown\nˇ","mode":"Normal"}}
|
||||
{"ReadRegister":{"name":"/","value":"dog"}}
|
||||
{"Key":"\""}
|
||||
{"Key":"/"}
|
||||
{"Key":"shift-p"}
|
||||
{"Get":{"state":"The quick brown\ndoˇg","mode":"Normal"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue