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

Add tab keybinding in commit message

This commit is contained in:
Axel Navarro
2020-07-21 18:15:33 -03:00
committed by Jesse Duffield
parent f4718a9047
commit d49e75bd3e
4 changed files with 12 additions and 2 deletions

View File

@ -62,10 +62,11 @@ func (gui *Gui) handleCommitFocused(g *gocui.Gui, v *gocui.View) error {
}
message := gui.Tr.TemplateLocalize(
"CloseConfirm",
"CommitMessageConfirm",
Teml{
"keyBindClose": "esc",
"keyBindConfirm": "enter",
"keyBindNewLine": "tab",
},
)
gui.renderString(g, "options", message)