diff options
Diffstat (limited to 'pkg/gui/keybindings.go')
| -rw-r--r-- | pkg/gui/keybindings.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go index 53acf60..63c0c8b 100644 --- a/pkg/gui/keybindings.go +++ b/pkg/gui/keybindings.go @@ -197,7 +197,7 @@ func (gui *Gui) generateKeybindings() error { Key: gocui.KeyEnter, //TODO: enter should be replaced with a better option Modifier: gocui.ModNone, Handler: gui.submitCommitMessageView, - Display: "ctrl + enter", + Display: "enter", Description: "Submit", Vital: true, }, |
