fix: remove a binding, use enter instead
This commit is contained in:
@@ -28,8 +28,8 @@ func DefaultKeybinds() KeyMap {
|
|||||||
key.WithDisabled(),
|
key.WithDisabled(),
|
||||||
),
|
),
|
||||||
Attach: key.NewBinding(
|
Attach: key.NewBinding(
|
||||||
key.WithKeys("a", "enter"),
|
key.WithKeys("enter"),
|
||||||
key.WithHelp("a", "attach file"),
|
key.WithHelp("enter", "attach file"),
|
||||||
key.WithDisabled(),
|
key.WithDisabled(),
|
||||||
),
|
),
|
||||||
Unattach: key.NewBinding(
|
Unattach: key.NewBinding(
|
||||||
|
|||||||
Reference in New Issue
Block a user