From 7d287a1920d26f75757df37a0754b514074b2f96 Mon Sep 17 00:00:00 2001 From: <> Date: Fri, 14 Dec 2018 02:26:52 +0300 Subject: minor fix --- pkg/gui/keybindings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, -- cgit v1.2.3