Fix visual objects
Adds 'a'/'i' in visual mode
This commit is contained in:
parent
d4276acab8
commit
b0ba0f8851
4 changed files with 107 additions and 15 deletions
19
crates/vim/test_data/test_visual_object.json
Normal file
19
crates/vim/test_data/test_visual_object.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{"Put":{"state":"hello (in [parˇens] o)"}}
|
||||
{"Key":"ctrl-v"}
|
||||
{"Key":"l"}
|
||||
{"Key":"a"}
|
||||
{"Key":"]"}
|
||||
{"Get":{"state":"hello (in «[parens]ˇ» o)","mode":"Visual"}}
|
||||
{"Key":"i"}
|
||||
{"Key":"("}
|
||||
{"Get":{"state":"hello («in [parens] oˇ»)","mode":"Visual"}}
|
||||
{"Put":{"state":"hello in a wˇord again."}}
|
||||
{"Key":"ctrl-v"}
|
||||
{"Key":"l"}
|
||||
{"Key":"i"}
|
||||
{"Key":"w"}
|
||||
{"Get":{"state":"hello in a w«ordˇ» again.","mode":"VisualBlock"}}
|
||||
{"Key":"o"}
|
||||
{"Key":"a"}
|
||||
{"Key":"s"}
|
||||
{"Get":{"state":"«ˇhello in a word» again.","mode":"VisualBlock"}}
|
Loading…
Add table
Add a link
Reference in a new issue