mirror of
https://github.com/sst/opencode.git
synced 2025-08-03 13:22:19 +00:00
Fix: Add escape sequence for @ symbols to prevent send blocking (#1029)
This commit is contained in:
parent
88b58fd6a0
commit
050ff943a6
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ var completionDialogKeys = completionDialogKeyMap{
|
|||
key.WithKeys("tab", "enter", "right"),
|
||||
),
|
||||
Cancel: key.NewBinding(
|
||||
key.WithKeys(" ", "esc", "backspace", "ctrl+h", "ctrl+c"),
|
||||
key.WithKeys("space", " ", "esc", "backspace", "ctrl+h", "ctrl+c"),
|
||||
),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue