1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

Changed pushPassUname name to credentials

This commit is contained in:
mjarkk
2018-12-10 07:51:06 +01:00
parent 3c17bf761a
commit 61c2778de1
7 changed files with 29 additions and 29 deletions

View File

@ -394,12 +394,12 @@ func (gui *Gui) GetKeybindings() []*Binding {
Modifier: gocui.ModNone,
Handler: gui.handleCommitClose,
}, {
ViewName: "pushPassUname",
ViewName: "credentials",
Key: gocui.KeyEnter,
Modifier: gocui.ModNone,
Handler: gui.handlePushConfirm,
}, {
ViewName: "pushPassUname",
ViewName: "credentials",
Key: gocui.KeyEsc,
Modifier: gocui.ModNone,
Handler: gui.handlePushClose,