zed/crates/vim/test_data/test_o_comment.json

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

9 lines
246 B
JSON
Raw Normal View History

{"SetOption":{"value":"filetype=rust"}}
{"Put":{"state":"// helloˇ\n"}}
{"Key":"o"}
{"Get":{"state":"// hello\n// ˇ\n","mode":"Insert"}}
{"Key":"x"}
{"Key":"escape"}
{"Key":"shift-o"}
{"Get":{"state":"// hello\n// ˇ\n// x\n","mode":"Insert"}}