mirror of
https://github.com/sst/opencode.git
synced 2025-08-04 05:28:16 +00:00
feat(tui): paste images and pdfs
This commit is contained in:
parent
9efef03919
commit
662d022a48
16 changed files with 182 additions and 409 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue