1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Merge branch 'master' into feature/help

conflicts resolved
This commit is contained in:
Dawid Dziurla
2018-09-09 10:39:08 +02:00
26 changed files with 528 additions and 140 deletions

View File

@ -339,11 +339,6 @@ func (gui *Gui) GetKeybindings() []Binding {
Key: gocui.KeyEsc,
Modifier: gocui.ModNone,
Handler: gui.handleCommitClose,
}, {
ViewName: "commitMessage",
Key: gocui.KeyTab,
Modifier: gocui.ModNone,
Handler: gui.handleNewlineCommitMessage,
}, {
ViewName: "menu",
Key: gocui.KeyEsc,