zed/crates/vim/test_data/test_undo.json

46 lines
1.1 KiB
JSON
Raw Normal View History

{"Put":{"state":"hello quˇoel world"}}
{"Key":"v"}
{"Key":"i"}
{"Key":"w"}
{"Key":"s"}
{"Key":"c"}
{"Key":"o"}
{"Key":"escape"}
{"Key":"u"}
{"Get":{"state":"hello ˇquoel world","mode":"Normal"}}
{"Key":"ctrl-r"}
{"Get":{"state":"hello ˇco world","mode":"Normal"}}
{"Key":"a"}
{"Key":"o"}
{"Key":"right"}
{"Key":"l"}
{"Key":"escape"}
{"Get":{"state":"hello cooˇl world","mode":"Normal"}}
{"Key":"u"}
{"Get":{"state":"hello cooˇ world","mode":"Normal"}}
{"Key":"u"}
{"Get":{"state":"hello cˇo world","mode":"Normal"}}
{"Key":"u"}
{"Get":{"state":"hello ˇquoel world","mode":"Normal"}}
{"Put":{"state":"hello quˇoel world"}}
{"Key":"v"}
{"Key":"i"}
{"Key":"w"}
{"Key":"~"}
{"Key":"u"}
{"Get":{"state":"hello ˇquoel world","mode":"Normal"}}
{"Put":{"state":"\nhello quˇoel world\n"}}
{"Key":"shift-v"}
{"Key":"s"}
{"Key":"c"}
{"Key":"escape"}
{"Key":"u"}
{"Get":{"state":"\nˇhello quoel world\n","mode":"Normal"}}
{"Put":{"state":"ˇ1\n2\n3"}}
{"Key":"ctrl-v"}
{"Key":"shift-g"}
{"Key":"ctrl-a"}
{"Get":{"state":"ˇ2\n3\n4","mode":"Normal"}}
{"Key":"u"}
{"Get":{"state":"ˇ1\n2\n3","mode":"Normal"}}