1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

Fixed comments from jesseduffield on issue #137

This commit is contained in:
Mark Kopenga
2018-08-16 11:31:03 +02:00
parent 88e1a815fe
commit 90746502df
5 changed files with 12 additions and 9 deletions

View File

@ -50,7 +50,7 @@ func (gui *Gui) handleNewlineCommitMessage(g *gocui.Gui, v *gocui.View) error {
func (gui *Gui) handleCommitFocused(g *gocui.Gui, v *gocui.View) error {
message := gui.Tr.TemplateLocalize(
"CloseConfirm",
map[string]interface{}{
Teml{
"keyBindClose": "esc",
"keyBindConfirm": "enter",
},