mirror of
https://github.com/ivabus/pop
synced 2024-11-10 10:35:18 +03:00
fix: remove a binding, use enter instead
This commit is contained in:
parent
6646e0c54e
commit
bc4cb4caf8
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue