mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
33d7fe02ee
- vim: support P for paste before - vim: support P in visual mode for paste without overriding clipboard - vim: fix position when using `p` on text copied outside zed - vim: fix indentation when using `p` on text copied from zed
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{"Put":{"state":"The quick brown\nfox ˇjumps over\nthe lazy dog"}}
|
|
{"Key":"v"}
|
|
{"Key":"w"}
|
|
{"Key":"y"}
|
|
{"ReadRegister":{"name":"\"","value":"jumps o"}}
|
|
{"Put":{"state":"The quick brown\nfox jumps oveˇr\nthe lazy dog"}}
|
|
{"Key":"p"}
|
|
{"Get":{"state":"The quick brown\nfox jumps overjumps ˇo\nthe lazy dog","mode":"Normal"}}
|
|
{"Put":{"state":"The quick brown\nfox jumps oveˇr\nthe lazy dog"}}
|
|
{"Key":"shift-p"}
|
|
{"Get":{"state":"The quick brown\nfox jumps ovejumps ˇor\nthe lazy dog","mode":"Normal"}}
|
|
{"Put":{"state":"The quick brown\nfox juˇmps over\nthe lazy dog"}}
|
|
{"Key":"d"}
|
|
{"Key":"d"}
|
|
{"ReadRegister":{"name":"\"","value":"fox jumps over\n"}}
|
|
{"Get":{"state":"The quick brown\nthe laˇzy dog","mode":"Normal"}}
|
|
{"Key":"p"}
|
|
{"Get":{"state":"The quick brown\nthe lazy dog\nˇfox jumps over","mode":"Normal"}}
|
|
{"Key":"k"}
|
|
{"Key":"shift-p"}
|
|
{"Get":{"state":"The quick brown\nˇfox jumps over\nthe lazy dog\nfox jumps over","mode":"Normal"}}
|
|
{"Put":{"state":"The quick brown\nfox jumps ˇover\nthe lazy dog"}}
|
|
{"Key":"v"}
|
|
{"Key":"j"}
|
|
{"Key":"y"}
|
|
{"ReadRegister":{"name":"\"","value":"over\nthe lazy do"}}
|
|
{"Key":"p"}
|
|
{"Get":{"state":"The quick brown\nfox jumps oˇover\nthe lazy dover\nthe lazy dog","mode":"Normal"}}
|
|
{"Key":"u"}
|
|
{"Key":"shift-p"}
|
|
{"Get":{"state":"The quick brown\nfox jumps ˇover\nthe lazy doover\nthe lazy dog","mode":"Normal"}}
|