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

15 lines
301 B
JSON

{"Put":{"state":"ˇhello world"}}
{"Key":"r"}
{"Key":"o"}
{"Key":"q"}
{"Key":"w"}
{"Key":"."}
{"Key":"q"}
{"Get":{"state":"ˇoello world","mode":"Normal"}}
{"Key":"d"}
{"Key":"l"}
{"Get":{"state":"ˇello world","mode":"Normal"}}
{"Key":"@"}
{"Key":"w"}
{"Get":{"state":"ˇllo world","mode":"Normal"}}