mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-12 04:23:03 +02:00
try allowing creating branches off the stash too
This commit is contained in:
parent
f63ec38aae
commit
63209ef71e
@ -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"),
|
||||||
|
Loading…
Reference in New Issue
Block a user