mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
try allowing creating branches off the stash too
This commit is contained in:
@ -891,6 +891,12 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
|
|||||||
Handler: gui.handleStashDrop,
|
Handler: gui.handleStashDrop,
|
||||||
Description: gui.Tr.SLocalize("drop"),
|
Description: gui.Tr.SLocalize("drop"),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
ViewName: "stash",
|
||||||
|
Key: gui.getKey("universal.new"),
|
||||||
|
Handler: gui.wrappedHandler(gui.handleNewBranchOffCurrentItem),
|
||||||
|
Description: gui.Tr.SLocalize("newBranch"),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
ViewName: "commitMessage",
|
ViewName: "commitMessage",
|
||||||
Key: gui.getKey("universal.confirm"),
|
Key: gui.getKey("universal.confirm"),
|
||||||
|
Reference in New Issue
Block a user