vim: add , and ;
This commit is contained in:
parent
a50d30bf8e
commit
4772e4ccee
5 changed files with 98 additions and 6 deletions
17
crates/vim/test_data/test_comma_semicolon.json
Normal file
17
crates/vim/test_data/test_comma_semicolon.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{"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-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"}}
|
Loading…
Add table
Add a link
Reference in a new issue