summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <>2018-12-14 02:26:52 +0300
committer <>2018-12-14 02:26:52 +0300
commit7d287a1920d26f75757df37a0754b514074b2f96 (patch)
tree75e28ff8ad9946f467fc6c3606f4c727cd340d56
parentreorganize keybindings (diff)
downloadgitbatch-7d287a1920d26f75757df37a0754b514074b2f96.tar.gz
minor fix
-rw-r--r--pkg/gui/keybindings.go2
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,
},