vim: Add ctrl-y/e in insert mode (#36017)
Closes #17292 Release Notes: - vim: Added ctrl-y/ctrl-e in insert mode to copy the next character from the line above or below
This commit is contained in:
parent
1a798830cb
commit
52a9101970
3 changed files with 54 additions and 1 deletions
5
crates/vim/test_data/test_insert_ctrl_y.json
Normal file
5
crates/vim/test_data/test_insert_ctrl_y.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{"Put":{"state":"hello\nˇ\nworld"}}
|
||||
{"Key":"i"}
|
||||
{"Key":"ctrl-y"}
|
||||
{"Key":"ctrl-e"}
|
||||
{"Get":{"state":"hello\nhoˇ\nworld","mode":"Insert"}}
|
Loading…
Add table
Add a link
Reference in a new issue