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
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
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":"w"}
|
|
{"Key":"v"}
|
|
{"Key":"i"}
|
|
{"Key":"w"}
|
|
{"Key":"p"}
|
|
{"Get":{"state":"The quick brown\nfox jumps jumpˇs\nthe lazy dog","mode":"Normal"}}
|
|
{"ReadRegister":{"name":"\"","value":"over"}}
|
|
{"Key":"up"}
|
|
{"Key":"shift-v"}
|
|
{"Key":"shift-p"}
|
|
{"Get":{"state":"ˇover\nfox jumps jumps\nthe lazy dog","mode":"Normal"}}
|
|
{"ReadRegister":{"name":"\"","value":"over"}}
|
|
{"Key":"ctrl-v"}
|
|
{"Key":"down"}
|
|
{"Key":"down"}
|
|
{"Key":"p"}
|
|
{"Get":{"state":"oveˇrver\noverox jumps jumps\noverhe 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"}}
|
|
{"ReadRegister":{"name":"\"","value":"The quick brown\n"}}
|