mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
c2f650fe49
Release Notes: - vim: Fixed `shift-d` in visual and visual block mode.
11 lines
353 B
JSON
11 lines
353 B
JSON
{"Put":{"state":"The ˇquick brown\nfox jumps over\nthe lazy dog\n"}}
|
|
{"Key":"v"}
|
|
{"Key":"down"}
|
|
{"Key":"shift-d"}
|
|
{"Get":{"state":"the ˇlazy dog\n","mode":"Normal"}}
|
|
{"Put":{"state":"The ˇquick brown\nfox jumps over\nthe lazy dog\n"}}
|
|
{"Key":"ctrl-v"}
|
|
{"Key":"down"}
|
|
{"Key":"shift-d"}
|
|
{"Get":{"state":"Theˇ \nfox \nthe lazy dog\n","mode":"Normal"}}
|