mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-10 23:57:43 +02:00
correct typo in keybinding for delete branch
This commit is contained in:
parent
2c140445e5
commit
9626ebdf35
@ -65,7 +65,6 @@ func handleDeleteBranch(g *gocui.Gui, v *gocui.View) error {
|
||||
}, nil)
|
||||
}
|
||||
|
||||
|
||||
func handleMerge(g *gocui.Gui, v *gocui.View) error {
|
||||
checkedOutBranch := state.Branches[0]
|
||||
selectedBranch := getSelectedBranch(v)
|
||||
@ -91,7 +90,7 @@ func renderBranchesOptions(g *gocui.Gui) error {
|
||||
"m": "merge",
|
||||
"c": "checkout by name",
|
||||
"n": "new branch",
|
||||
"d": "delte branch",
|
||||
"d": "delete branch",
|
||||
"← → ↑ ↓": "navigate",
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user