zed/crates/vim/test_data/test_record_replay.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

15 lines
259 B
JSON

{"Put":{"state":"ˇhello world"}}
{"Key":"q"}
{"Key":"w"}
{"Key":"c"}
{"Key":"w"}
{"Key":"j"}
{"Key":"escape"}
{"Key":"q"}
{"Get":{"state":"ˇj world","mode":"Normal"}}
{"Key":"2"}
{"Key":"l"}
{"Key":"@"}
{"Key":"w"}
{"Get":{"state":"j ˇj","mode":"Normal"}}