zed/crates/vim/test_data/test_visual_shift_d.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
353 B
JSON
Raw Normal View History

{"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"}}