mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
a5af5b2883
Release Notes: - vim: Added support for multicursor registers (#11687) - vim: Added support for the `"/` register
29 lines
879 B
JSON
29 lines
879 B
JSON
{"Put":{"state":"The quick brown\nfox jˇumps over\nthe lazy dog"}}
|
|
{"Key":"\""}
|
|
{"Key":"a"}
|
|
{"Key":"d"}
|
|
{"Key":"a"}
|
|
{"Key":"w"}
|
|
{"Get":{"state":"The quick brown\nfox ˇover\nthe lazy dog","mode":"Normal"}}
|
|
{"ReadRegister":{"name":"a","value":"jumps "}}
|
|
{"Key":"\""}
|
|
{"Key":"shift-a"}
|
|
{"Key":"d"}
|
|
{"Key":"i"}
|
|
{"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"}
|
|
{"Get":{"state":"The quick brown\nfox jumps oveˇr\nthe lazy dog","mode":"Normal"}}
|
|
{"Key":"\""}
|
|
{"Key":"a"}
|
|
{"Key":"d"}
|
|
{"Key":"a"}
|
|
{"Key":"w"}
|
|
{"Get":{"state":"The quick brown\nfox jumpˇs\nthe lazy dog","mode":"Normal"}}
|
|
{"ReadRegister":{"name":"a","value":" over"}}
|