mirror of
https://github.com/ivabus/pop
synced 2024-12-04 22:15:08 +03:00
fix: remove a binding, use enter instead
This commit is contained in:
parent
6646e0c54e
commit
bc4cb4caf8
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ func DefaultKeybinds() KeyMap {
|
|||
key.WithDisabled(),
|
||||
),
|
||||
Attach: key.NewBinding(
|
||||
key.WithKeys("a", "enter"),
|
||||
key.WithHelp("a", "attach file"),
|
||||
key.WithKeys("enter"),
|
||||
key.WithHelp("enter", "attach file"),
|
||||
key.WithDisabled(),
|
||||
),
|
||||
Unattach: key.NewBinding(
|
||||
|
|
Loading…
Reference in a new issue