fix: remove a binding, use enter instead

This commit is contained in:
Maas Lalani 2023-06-15 14:43:58 -04:00
parent 6646e0c54e
commit bc4cb4caf8
No known key found for this signature in database
GPG key ID: 5A6ED5CBF1A0A000

View file

@ -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(