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>
27 lines
753 B
JSON
27 lines
753 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"}}
|
|
{"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"}}
|