other: change commit key to enter (alt enter stopped working)

This commit is contained in:
Slug-Boi
2024-10-24 20:45:52 +02:00
parent 7521fd5f26
commit d3820826d1
@@ -23,7 +23,7 @@ type KeyMap struct {
func newKeyMap() *KeyMap { func newKeyMap() *KeyMap {
return &KeyMap{ return &KeyMap{
EndWithMes: key.NewBinding( EndWithMes: key.NewBinding(
key.WithKeys("alt+enter"), key.WithKeys("enter"),
), ),
} }
} }