We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0571f5 commit dd59035Copy full SHA for dd59035
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