vim: ctrl-r while we're on a register kick (#13085)
Release Notes: - vim: Support `ctrl-r X` to paste in insert mode (#4308)
This commit is contained in:
parent
e6def62c23
commit
fc19cc0ddf
6 changed files with 122 additions and 83 deletions
7
crates/vim/test_data/test_insert_ctrl_r.json
Normal file
7
crates/vim/test_data/test_insert_ctrl_r.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{"Put":{"state":"heˇllo\n"}}
|
||||
{"Key":"y"}
|
||||
{"Key":"y"}
|
||||
{"Key":"i"}
|
||||
{"Key":"ctrl-r"}
|
||||
{"Key":"\""}
|
||||
{"Get":{"state":"hehello\nˇllo\n","mode":"Insert"}}
|
Loading…
Add table
Add a link
Reference in a new issue