feat(tui): paste images and pdfs

This commit is contained in:
adamdottv
2025-07-08 08:09:01 -05:00
parent 9efef03919
commit 662d022a48
16 changed files with 182 additions and 409 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ func LoadFromConfig(config *opencode.Config) CommandRegistry {
{
Name: InputPasteCommand,
Description: "paste content",
Keybindings: parseBindings("ctrl+v"),
Keybindings: parseBindings("ctrl+v", "super+v"),
},
{
Name: InputSubmitCommand,