mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-01 14:15:11 +00:00
c2f650fe49
Release Notes: - vim: Fixed `shift-d` in visual and visual block mode.
10 lines
353 B
JSON
10 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"}}
|