zed/crates/vim/test_data/test_insert_first_non_whitespace.json

16 lines
500 B
JSON

{"Put":{"state":"The qˇuick"}}
{"Key":"shift-i"}
{"Get":{"state":"ˇThe quick","mode":"Insert"}}
{"Put":{"state":" The qˇuick"}}
{"Key":"shift-i"}
{"Get":{"state":" ˇThe quick","mode":"Insert"}}
{"Put":{"state":"ˇ"}}
{"Key":"shift-i"}
{"Get":{"state":"ˇ","mode":"Insert"}}
{"Put":{"state":"The qˇuick\nbrown fox"}}
{"Key":"shift-i"}
{"Get":{"state":"ˇThe quick\nbrown fox","mode":"Insert"}}
{"Put":{"state":"ˇ\nThe quick"}}
{"Key":"shift-i"}
{"Get":{"state":"ˇ\nThe quick","mode":"Insert"}}