zed/crates/vim/test_data/test_record_replay_dot.json
Conrad Irwin 3348c3ab4c
vim: Support for q and @ (#13761)
Fixes: #1504

Release Notes:

- vim: Support for macros (`q` and `@`) to record and replay (#1506,
#4448)
2024-07-03 09:03:39 -06:00

18 lines
384 B
JSON

{"Put":{"state":"ˇhello world"}}
{"Key":"q"}
{"Key":"a"}
{"Key":"r"}
{"Key":"a"}
{"Key":"l"}
{"Key":"r"}
{"Key":"b"}
{"Key":"l"}
{"Key":"q"}
{"Get":{"state":"abˇllo world","mode":"Normal"}}
{"Key":"."}
{"Get":{"state":"abˇblo world","mode":"Normal"}}
{"Key":"shift-q"}
{"Get":{"state":"ababˇo world","mode":"Normal"}}
{"Key":"."}
{"Get":{"state":"ababˇb world","mode":"Normal"}}