zed/crates/vim/test_data/test_convert_to_upper_case.json

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

13 lines
331 B
JSON
Raw Normal View History

{"Put":{"state":"a😀C«dÉ1*fˇ»\n"}}
{"Key":"U"}
{"Get":{"state":"a😀CˇDÉ1*F\n","mode":"Normal"}}
{"Put":{"state":"abˇC\n"}}
{"Key":"shift-v"}
{"Key":"U"}
{"Get":{"state":"ˇABC\n","mode":"Normal"}}
{"Put":{"state":"ˇaa\nbb\ncc"}}
{"Key":"ctrl-v"}
{"Key":"j"}
{"Key":"U"}
{"Get":{"state":"ˇAa\nBb\ncc","mode":"Normal"}}