mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
cddc0fbf92
This fixes `t` not being repeatable with `,` and `;` in normal mode. Release Notes: - Fixed `t` in Vim mode not being repeatable with `,` or `;`. --------- Co-authored-by: Conrad <conrad@zed.dev>
35 lines
1018 B
JSON
35 lines
1018 B
JSON
{"Put":{"state":"ˇone two three four"}}
|
|
{"Key":"f"}
|
|
{"Key":"o"}
|
|
{"Get":{"state":"one twˇo three four","mode":"Normal"}}
|
|
{"Key":","}
|
|
{"Get":{"state":"ˇone two three four","mode":"Normal"}}
|
|
{"Key":"2"}
|
|
{"Key":";"}
|
|
{"Get":{"state":"one two three fˇour","mode":"Normal"}}
|
|
{"Key":"shift-f"}
|
|
{"Key":"e"}
|
|
{"Get":{"state":"one two threˇe four","mode":"Normal"}}
|
|
{"Key":"2"}
|
|
{"Key":";"}
|
|
{"Get":{"state":"onˇe two three four","mode":"Normal"}}
|
|
{"Key":","}
|
|
{"Get":{"state":"one two thrˇee four","mode":"Normal"}}
|
|
{"Put":{"state":"ˇone two three four"}}
|
|
{"Key":"t"}
|
|
{"Key":"o"}
|
|
{"Get":{"state":"one tˇwo three four","mode":"Normal"}}
|
|
{"Key":","}
|
|
{"Get":{"state":"oˇne two three four","mode":"Normal"}}
|
|
{"Key":"2"}
|
|
{"Key":";"}
|
|
{"Get":{"state":"one two three ˇfour","mode":"Normal"}}
|
|
{"Key":"shift-t"}
|
|
{"Key":"e"}
|
|
{"Get":{"state":"one two threeˇ four","mode":"Normal"}}
|
|
{"Key":"3"}
|
|
{"Key":";"}
|
|
{"Get":{"state":"oneˇ two three four","mode":"Normal"}}
|
|
{"Key":","}
|
|
{"Get":{"state":"one two thˇree four","mode":"Normal"}}
|