vim: fix t not being repeatable with , (#7007)
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>
This commit is contained in:
@@ -7,6 +7,23 @@
|
||||
{"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"}}
|
||||
|
||||
Reference in New Issue
Block a user