mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
001f17c011
Release Notes: - vim: Add support for register selection `"a`-`"z`, `"0`-`"9`, `"-`. `"_` and `"%` ([#11511](https://github.com/zed-industries/zed/issues/11511)) --------- Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
31 lines
997 B
JSON
31 lines
997 B
JSON
{"Put":{"state":"The quick brown\nfox jˇumps over\nthe lazy dog"}}
|
|
{"Key":"d"}
|
|
{"Key":"i"}
|
|
{"Key":"w"}
|
|
{"Get":{"state":"The quick brown\nfox ˇ over\nthe lazy dog","mode":"Normal"}}
|
|
{"ReadRegister":{"name":"-","value":"jumps"}}
|
|
{"Key":"\""}
|
|
{"Key":"_"}
|
|
{"Key":"d"}
|
|
{"Key":"d"}
|
|
{"Get":{"state":"The quick brown\nthe ˇlazy dog","mode":"Normal"}}
|
|
{"ReadRegister":{"name":"_","value":""}}
|
|
{"Get":{"state":"The quick brown\nthe ˇlazy dog","mode":"Normal"}}
|
|
{"Key":"\""}
|
|
{"Key":"\""}
|
|
{"Key":"d"}
|
|
{"Key":"^"}
|
|
{"Get":{"state":"The quick brown\nˇlazy dog","mode":"Normal"}}
|
|
{"ReadRegister":{"name":"0","value":"the "}}
|
|
{"Get":{"state":"The quick brown\nˇlazy dog","mode":"Normal"}}
|
|
{"ReadRegister":{"name":"\"","value":"the "}}
|
|
{"Key":"^"}
|
|
{"Key":"\""}
|
|
{"Key":"+"}
|
|
{"Key":"d"}
|
|
{"Key":"$"}
|
|
{"Get":{"state":"The quick brown\nˇ","mode":"Normal"}}
|
|
{"ReadRegister":{"name":"\"","value":"lazy dog"}}
|
|
{"Get":{"state":"The quick brown\nˇ","mode":"Normal"}}
|
|
{"ReadRegister":{"name":"\"","value":"lazy dog"}}
|