fix: paste in mini and overlay modes
This commit is contained in:
parent
0f509df2d4
commit
279789d4fa
5 changed files with 25 additions and 0 deletions
|
@ -152,4 +152,9 @@ const cmds = struct {
|
|||
}
|
||||
}
|
||||
pub const mini_mode_delete_backwards_meta = .{ .description = "Delete backwards" };
|
||||
|
||||
pub fn paste(self: *Self, ctx: Ctx) Result {
|
||||
return mini_mode_insert_bytes(self, ctx);
|
||||
}
|
||||
pub const paste_meta = .{ .arguments = &.{.string} };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue