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:
parent
843916d585
commit
cddc0fbf92
3 changed files with 113 additions and 50 deletions
|
@ -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"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue