mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
4a6f071fde
Closes #ISSUE Still TODO to make this feature good is better command history Release Notes: - vim: Add support for `:g/<pattern>/<cmd>` and `:v/<pattern>/<cmd>`
19 lines
371 B
JSON
19 lines
371 B
JSON
{"Put":{"state":"ˇa\nb\na\nb\na\n"}}
|
|
{"Key":":"}
|
|
{"Key":"g"}
|
|
{"Key":"/"}
|
|
{"Key":"a"}
|
|
{"Key":"/"}
|
|
{"Key":"d"}
|
|
{"Key":"enter"}
|
|
{"Get":{"state":"b\nb\nˇ","mode":"Normal"}}
|
|
{"Key":"u"}
|
|
{"Get":{"state":"ˇa\nb\na\nb\na\n","mode":"Normal"}}
|
|
{"Key":":"}
|
|
{"Key":"v"}
|
|
{"Key":"/"}
|
|
{"Key":"a"}
|
|
{"Key":"/"}
|
|
{"Key":"d"}
|
|
{"Key":"enter"}
|
|
{"Get":{"state":"a\na\nˇa","mode":"Normal"}}
|