mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-09 21:26:14 +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
27 lines
918 B
JSON
27 lines
918 B
JSON
{"Put":{"state":"The quick brown\nfox jˇumps over\nthe lazy dog"}}
|
|
{"Key":"v"}
|
|
{"Key":"i"}
|
|
{"Key":"w"}
|
|
{"Key":"y"}
|
|
{"Get":{"state":"The quick brown\nfox ˇjumps over\nthe lazy dog","mode":"Normal"}}
|
|
{"Key":"p"}
|
|
{"Get":{"state":"The quick brown\nfox jjumpˇsumps over\nthe lazy dog","mode":"Normal"}}
|
|
{"Put":{"state":"The quick brown\nfox juˇmps over\nthe lazy dog"}}
|
|
{"Key":"shift-v"}
|
|
{"Key":"d"}
|
|
{"Get":{"state":"The quick brown\nthe laˇzy dog","mode":"Normal"}}
|
|
{"Key":"v"}
|
|
{"Key":"i"}
|
|
{"Key":"w"}
|
|
{"Key":"p"}
|
|
{"Get":{"state":"The quick brown\nthe \nˇfox jumps over\n dog","mode":"Normal"}}
|
|
{"ReadRegister":{"name":"\"","value":"lazy"}}
|
|
{"Put":{"state":"The quick brown\nfox juˇmps over\nthe lazy dog"}}
|
|
{"Key":"shift-v"}
|
|
{"Key":"d"}
|
|
{"Get":{"state":"The quick brown\nthe laˇzy dog","mode":"Normal"}}
|
|
{"Key":"k"}
|
|
{"Key":"shift-v"}
|
|
{"Key":"p"}
|
|
{"Get":{"state":"ˇfox jumps over\nthe lazy dog","mode":"Normal"}}
|