mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 20:55:47 +00:00
other: change commit key to enter (alt enter stopped working)
This commit is contained in:
@@ -23,7 +23,7 @@ type KeyMap struct {
|
||||
func newKeyMap() *KeyMap {
|
||||
return &KeyMap{
|
||||
EndWithMes: key.NewBinding(
|
||||
key.WithKeys("alt+enter"),
|
||||
key.WithKeys("enter"),
|
||||
),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user