We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 069b0db + dd59035 commit 3686570Copy full SHA for 3686570
1 file changed
internal/tui/components/chat/editor.go
@@ -71,7 +71,7 @@ var DeleteKeyMaps = DeleteAttachmentKeyMaps{
71
),
72
DeleteAllAttachments: key.NewBinding(
73
key.WithKeys("r"),
74
- key.WithHelp("ctrl+r+r", "delete all attchments"),
+ key.WithHelp("ctrl+r+r", "delete all attachments"),
75
76
}
77
0 commit comments