feat: sending email spinner

This commit is contained in:
Maas Lalani
2023-06-13 23:53:24 -04:00
parent 5c247b107d
commit 7952e251bd
5 changed files with 60 additions and 26 deletions

View File

@@ -15,11 +15,11 @@ type KeyMap struct {
func DefaultKeybinds() KeyMap {
return KeyMap{
NextInput: key.NewBinding(
key.WithKeys("tab", "ctrl+n"),
key.WithKeys("tab"),
key.WithHelp("tab", "next"),
),
PrevInput: key.NewBinding(
key.WithKeys("shift+tab", "ctrl+p"),
key.WithKeys("shift+tab"),
),
Send: key.NewBinding(
key.WithKeys("ctrl+d", "enter"),