ZIm/crates/vim/test_data/test_convert_to_upper_case.json
Conrad Irwin 236498408f
Use zed-style shifted letters (#20254)
Release Notes:

- vim: Fixed some shortcuts to render correctly in Command
2024-11-05 15:51:52 -07:00

12 lines
349 B
JSON

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