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
|
@ -227,6 +227,7 @@ impl EditorState {
|
|||
Some(Operator::FindForward { .. })
|
||||
| Some(Operator::FindBackward { .. })
|
||||
| Some(Operator::Mark)
|
||||
| Some(Operator::Register)
|
||||
| Some(Operator::Jump { .. })
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue